Make the home dir
This commit is contained in:
@@ -21,11 +21,14 @@
|
|||||||
${handy_py}/bin/handyhelper
|
${handy_py}/bin/handyhelper
|
||||||
'';
|
'';
|
||||||
User = "handy";
|
User = "handy";
|
||||||
|
RuntimeDirectory = "handyhelper";
|
||||||
|
RuntimeDirectoryMode = "0755";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
users.users = {
|
users.users = {
|
||||||
handy = {
|
handy = {
|
||||||
home = "/var/lib/handyhelper";
|
home = "/var/lib/handyhelper";
|
||||||
|
useDefaultShell = true;
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "handy";
|
group = "handy";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user