You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
321 B
13 lines
321 B
[Unit] |
|
Description=Anvil! Intelligent Availability Platform - Boot-time tasks |
|
# Don't run until we can talk to our and our peer's databases. |
|
Wants=network.target |
|
Wants=postgresql.service |
|
|
|
[Service] |
|
Type=simple |
|
ExecStart=/usr/sbin/anvil-clear-reboot |
|
ExecStop=/bin/kill -WINCH ${MAINPID} |
|
|
|
[Install] |
|
WantedBy=default.target
|
|
|