summaryrefslogtreecommitdiffstats
path: root/makefu/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-09-02 12:48:32 +0200
committermakefu <github@syntax-fehler.de>2016-09-02 12:48:32 +0200
commit7c799482fd1e5fcd6195a265ea74a050eb9c58f2 (patch)
treea5a2971abd1ad9310405dbdafcadf7fd66b60f69 /makefu/3modules
parent3f09ee57c688105898cedb5e9006f6b6c1bff483 (diff)
m udpt: update config
Diffstat (limited to 'makefu/3modules')
-rw-r--r--makefu/3modules/udpt.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/3modules/udpt.nix b/makefu/3modules/udpt.nix
index 2086bd54..59602e4a 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}";
};
};