mirror of
https://github.com/lxsang/sysmond.git
synced 2024-11-08 14:38:26 +01:00
11 lines
146 B
Desktop File
11 lines
146 B
Desktop File
[Unit]
|
|
Description=System monitor
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/bin/sysmond
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |