diff --git a/etc/systemd/system/pkgfile.service b/etc/systemd/system/pkgfile.service deleted file mode 100644 index 3d02c19..0000000 --- a/etc/systemd/system/pkgfile.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Run pkgfile -#OnFailure=systemd_failure_notify@%n.service - -[Service] -Type=oneshot -ExecStart=/usr/bin/pkgfile --update - -[Install] -WantedBy=multi-user.target diff --git a/etc/systemd/system/pkgfile.timer b/etc/systemd/system/pkgfile.timer deleted file mode 100644 index b343872..0000000 --- a/etc/systemd/system/pkgfile.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Run pkgfile - -[Timer] -OnCalendar=Mon *-*-* 05:00:00 -Persistent=true - -[Install] -WantedBy=timers.target