admin-scripts/systemd/user/glances.service

13 lines
222 B
SYSTEMD
Raw Normal View History

2024-07-15 01:51:57 +02:00
[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