12 lines
236 B
Text
12 lines
236 B
Text
|
[Unit]
|
||
|
Description=Autostart several tools and services
|
||
|
StartLimitIntervalSec=7200
|
||
|
StartLimitBurst=5
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart={{ service_path }}/backup.sh
|
||
|
WorkingDirectory={{ service_path }}
|
||
|
Restart=on-failure
|
||
|
RestartSec=15min
|