c21b326f1a
* Fixed a bug with resync, but others remain as resync is incomplete (at least for network_interfaces). * Currently, tools/anvil-update-states is broken while working on the above issue. * Reworked the jobs table and removed the units/anvil-jobs.service unit. Jobs will be invoked and backgrounded in all calls. * Started adding missing hidden form fields. * Updated the 'server' OCF resource agent version and metadata. Signed-off-by: Digimer <digimer@alteeve.ca>
13 lines
249 B
Desktop File
13 lines
249 B
Desktop File
[Unit]
|
|
Description=Anvil! Intelligent Availability Platform - main service daemon
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/anvil-daemon
|
|
ExecStop=/bin/kill -WINCH ${MAINPID}
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|