diff options
author | makefu <github@syntax-fehler.de> | 2016-09-02 12:48:32 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-09-02 12:48:32 +0200 |
commit | 7c799482fd1e5fcd6195a265ea74a050eb9c58f2 (patch) | |
tree | a5a2971abd1ad9310405dbdafcadf7fd66b60f69 /makefu/3modules | |
parent | 3f09ee57c688105898cedb5e9006f6b6c1bff483 (diff) |
m udpt: update config
Diffstat (limited to 'makefu/3modules')
-rw-r--r-- | makefu/3modules/udpt.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/3modules/udpt.nix b/makefu/3modules/udpt.nix index 2086bd540..59602e4a9 100644 --- a/makefu/3modules/udpt.nix +++ b/makefu/3modules/udpt.nix @@ -40,8 +40,9 @@ let restartIfChanged = true; serviceConfig = { Type = "simple"; - ExecStart = "${cfg.package}/bin/udpt -c ${shell.escape cfg.cfgfile}"; + ExecStart = "${cfg.package}/bin/udpt -i -c ${shell.escape cfg.cfgfile}"; PrivateTmp = true; + WorkingDirectory = "/tmp"; User = "${cfg.user}"; }; }; |