Files
dotfiles/autostart/services/restic.service

9 lines
158 B
SYSTEMD
Raw Normal View History

[Unit]
ConditionEnvironment=MACHINE_HAS_RESTIC_BACKUP=true
[Service]
Type=oneshot
ExecStart=%h/bin/restic-backup
RemainAfterExit=true
2021-01-27 15:17:45 +01:00
Environment=DISPLAY=:0