summarylogtreecommitdiffstats
path: root/backrest@.service
blob: 00836cda30df6ae1dcdad551ca30caf694195c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Backrest Service for %I.
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
User=%i
Restart=on-failure
Environment=BACKREST_RESTIC_COMMAND=/usr/bin/restic
ExecStart=/usr/bin/backrest

[Install]
WantedBy=multi-user.target