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