[Unit] Description=Service for run restic backup After=network.target [Service] ExecStart=/usr/local/bin/restic_backup SyslogIdentifier=restic_backup Restart=no TimeoutStopSec=30 KillMode=process Type=oneshot