This moves the call of anvil-safe-start out of scancore and into a new, dedicated systemd unit that runs on boot only.
Signed-off-by: digimer <mkelly@alteeve.ca>main
parent
6bce292969
commit
fb70836126
4 changed files with 15 additions and 19 deletions
@ -0,0 +1,11 @@ |
||||
[Unit] |
||||
Description=Anvil! IA Platform - This service sanity checks and, if all is well, auto-starts the cluster and servers |
||||
Wants=network.target |
||||
|
||||
[Service] |
||||
ExecStart=/usr/sbin/anvil-safe-start |
||||
RemainAfterExit=true |
||||
Type=oneshot |
||||
|
||||
[Install] |
||||
WantedBy=multi-user.target |
Loading…
Reference in new issue