diff options
Diffstat (limited to '')
-rw-r--r-- | debian/dpkg.dpkg-db-backup.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/dpkg.dpkg-db-backup.service b/debian/dpkg.dpkg-db-backup.service new file mode 100644 index 0000000..02c290d --- /dev/null +++ b/debian/dpkg.dpkg-db-backup.service @@ -0,0 +1,7 @@ +[Unit] +Description=Daily dpkg database backup service +Documentation=man:dpkg(1) + +[Service] +Type=oneshot +ExecStart=/usr/libexec/dpkg/dpkg-db-backup |