First commit
This commit is contained in:
6
systemd/pkgbuilder.service
Normal file
6
systemd/pkgbuilder.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=pkgbuilder
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/pkgbuilder checkupdateall --notify
|
||||
8
systemd/pkgbuilder.timer
Normal file
8
systemd/pkgbuilder.timer
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=pkgbuilder - check packages update
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 16:00:00
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user