etc/cron
This commit is contained in:
8
etc/cron.daily/dpkg
Normal file
8
etc/cron.daily/dpkg
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Skip if systemd is running.
|
||||
if [ -d /run/systemd/system ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
/usr/libexec/dpkg/dpkg-db-backup
|
||||
Reference in New Issue
Block a user