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-06-17 16:39:12 +03:00
parent 82d0acaf37
commit 1947179036

View file

@ -52,6 +52,7 @@ in
TTYPath = "/dev/${cfg.tty}";
TTYReset = true;
TTYVTDisallocate = true;
WorkingDirectory = "/tmp";
Restart = "always";
};
};