[Unit] Description=Restic Snapshotter After=app.service Requires=docker.service app.service [Service] EnvironmentFile=/restic-env TimeoutStartSec=0 ExecStart=/restic-snapshot.sh Restart=always RestartSec=5s [Install] WantedBy=multi-user.target