mirror of
https://github.com/bjango/istatserverlinux.git
synced 2025-10-22 07:28:08 +00:00
Added boot script examples
This commit is contained in:
17
resource/systemd/istatserver.service
Normal file
17
resource/systemd/istatserver.service
Normal 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
|
Reference in New Issue
Block a user