d147e10552
* Created tools/anvil-clear-reboot to clear the "reboot needed" flag. Also created, but not yet using (and may not use) units/anvil-boot-time.service. * Started work on having jobs show their data via JSON / jquery. * Updated anvil-update-system to record messages indicating the progress so far. Signed-off-by: Digimer <digimer@alteeve.ca>
14 lines
321 B
Desktop File
14 lines
321 B
Desktop File
[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
|