Run Service as Handy User

This commit is contained in:
2023-03-17 23:56:14 -04:00
parent 14c7249083
commit fa6b0bad92

View File

@@ -20,6 +20,13 @@
ExecStart = ''
${handy_py}/bin/handyhelper
'';
User = "handy";
};
};
users.users = {
handy = {
home = "/var/lib/handyhelper";
isSystemUser = true;
};
};
})