mirror of
https://github.com/bjango/istatserverlinux.git
synced 2025-10-22 15:38:08 +00:00
17 lines
334 B
Desktop File
17 lines
334 B
Desktop File
#
|
|
# 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 |