sysmocom-backup-data: Fix the restore service

When the normal backup script is not installed the issue became
unnoticable. Use the new/right name for the backup script.
This commit is contained in:
Holger Hans Peter Freyther 2015-08-10 14:02:50 +02:00
parent c0d9e409d9
commit d1a9e0efbc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ After=data.mount
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/sbin/sysmocom-restore /data/sysmocom-backup.tar
ExecStart=/usr/sbin/sysmocom-restore-data /data/sysmocom-backup.tar
[Install]
WantedBy=multi-user.target