mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-15 18:02:49 +00:00
18 lines
282 B
Desktop File
18 lines
282 B
Desktop File
# myNode glances service (system monitoring)
|
|
# /etc/systemd/system/glances.service
|
|
|
|
[Unit]
|
|
Description=Glances
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/glances -w
|
|
User=root
|
|
Group=root
|
|
TimeoutSec=300
|
|
Restart=always
|
|
RestartSec=60
|
|
Nice=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |