nixos/rogue: Set WorkingDirectory to /tmp

Otherwise we can get an ugly /rogue.scr in the root of the filesystem
hierarchy.
This commit is contained in:
Tuomas Tynkkynen
2015-07-22 16:08:17 +03:00
parent 82d0acaf37
commit 1947179036
+1
View File
@@ -52,6 +52,7 @@ in
TTYPath = "/dev/${cfg.tty}";
TTYReset = true;
TTYVTDisallocate = true;
WorkingDirectory = "/tmp";
Restart = "always";
};
};