Added boot script examples

This commit is contained in:
Bjango
2016-10-24 18:33:24 +11:00
parent 63e8613616
commit 0818cce407
6 changed files with 51 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
#
# istatserver daemon service unit file
#
[Unit]
Description=System monitoring daemon for remote monitoring with iStat for iOS or iStat for macOS
Documentation=man:istatserver(1)
After=network.target
[Service]
ExecStart=/usr/local/bin/istatserver -d
Restart=on-abort
RestartSec=5
Type=forking
[Install]
WantedBy=multi-user.target