mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-01 16:03:06 +01:00
13 lines
222 B
SYSTEMD
13 lines
222 B
SYSTEMD
|
[Unit]
|
||
|
Description=Glances
|
||
|
After=network.target
|
||
|
AssertFileIsExecutable=/home/jas/.local/bin/glances
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/home/jas/.local/bin/glances -s
|
||
|
Restart=always
|
||
|
RemainAfterExit=no
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|