8c42b78e63
* Fixed a bug in Storage->write_file() where the parent directory wasn't created if it was missing. Also removed passing the mode to the parent directory creation as the file mode rarely applies to the directory (ie: 644 breaks directories but is common for files). * Changed Template->skin to return just the skin name, not the path. * Updated scancore-update-states to write the network state information to both xml (for ScanCore) and JSON (for jquery) files. Signed-off-by: Digimer <digimer@alteeve.ca>
13 lines
224 B
Desktop File
13 lines
224 B
Desktop File
[Unit]
|
|
Description=ScanCore - Anvil! IA Suite
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/striker/scancore-daemon
|
|
ExecStop=/bin/kill -WINCH ${MAINPID}
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|