admin-scripts/systemd/user/glances.service
2024-07-14 18:51:57 -05:00

13 lines
222 B
Desktop File

[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