auto-restart on-failure
This commit is contained in:
parent
bcd1979166
commit
901d3f9238
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
NotifyAccess = "all";
|
NotifyAccess = "all";
|
||||||
ExecStart = "/${pkgs.xwayland-satellite}/bin/xwayland-satellite";
|
ExecStart = "/${pkgs.xwayland-satellite}/bin/xwayland-satellite";
|
||||||
StandardOutput = "journal";
|
StandardOutput = "journal";
|
||||||
|
|
||||||
|
Restart = "on-failure";
|
||||||
|
RestartSec = "5s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue