Run Service as Handy User
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
ExecStart = ''
|
||||
${handy_py}/bin/handyhelper
|
||||
'';
|
||||
User = "handy";
|
||||
};
|
||||
};
|
||||
users.users = {
|
||||
handy = {
|
||||
home = "/var/lib/handyhelper";
|
||||
isSystemUser = true;
|
||||
};
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user