| Current Path : /etc/systemd/system/ |
| Current File : //etc/systemd/system/system_monitor.service |
[Unit] Description=System Monitoring Script After=network.target [Service] ExecStart=/root/sys-mon/system_monitor.sh Restart=always User=root Group=root Environment="LOG_DIR=/var/log/system_monitor" [Install] WantedBy=multi-user.target