mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 14:51:43 +00:00
initial import
This commit is contained in:
7
package/lib/systemd/system/ahriman.service
Normal file
7
package/lib/systemd/system/ahriman.service
Normal file
@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=ArcHlinux ReposItory MANager
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/ahriman update
|
||||
User=ahriman
|
||||
Group=ahriman
|
9
package/lib/systemd/system/ahriman.timer
Normal file
9
package/lib/systemd/system/ahriman.timer
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=ArcHlinux ReposItory MANager timer
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
RandomizedDelaySec=3600
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Reference in New Issue
Block a user