11 lines
210 B
Desktop File
11 lines
210 B
Desktop File
[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
|