12 lines
265 B
SYSTEMD
12 lines
265 B
SYSTEMD
|
[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
|