1 [Unit] 2 Description=IP camera capture 3 After=network-online.target 4 5 [Service] 6 ExecStart=/home/mleku/Downloads/ipcam-record.sh 7 Restart=always 8 RestartSec=5 9 10 [Install] 11 WantedBy=default.target 12