1
0
Fork 0

Try copy xmonad configuration again on failure

master
dump_stack() 2019-12-29 13:52:24 +00:00
parent bd8d6d822d
commit 870c9d6da8
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 1 deletions

View File

@ -52,8 +52,9 @@ startup = do
ConditionFileNotEmpty = "!/home/user/.xmonad/xmonad.hs";
ExecStart = "/bin/sh -c 'mkdir -p /home/user/.xmonad && ln -s /etc/xmonad.hs /home/user/.xmonad/xmonad.hs'";
RemainAfterExit = "yes";
Type = "oneshot";
User = "user";
Restart = "on-failure";
TimeoutSec = 10;
};
wantedBy = [ "multi-user.target" ];
};