mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-06-14 16:18:40 +00:00
Try copy xmonad configuration again on failure
This commit is contained in:
parent
bd8d6d822d
commit
870c9d6da8
1 changed files with 2 additions and 1 deletions
|
@ -52,8 +52,9 @@ startup = do
|
||||||
ConditionFileNotEmpty = "!/home/user/.xmonad/xmonad.hs";
|
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'";
|
ExecStart = "/bin/sh -c 'mkdir -p /home/user/.xmonad && ln -s /etc/xmonad.hs /home/user/.xmonad/xmonad.hs'";
|
||||||
RemainAfterExit = "yes";
|
RemainAfterExit = "yes";
|
||||||
Type = "oneshot";
|
|
||||||
User = "user";
|
User = "user";
|
||||||
|
Restart = "on-failure";
|
||||||
|
TimeoutSec = 10;
|
||||||
};
|
};
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue