feat: enable changes calculation in unit

This commit is contained in:
Evgenii Alekseev 2024-09-24 10:56:51 +03:00
parent 9b3d294992
commit 1119a8d04e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Description=ArcH linux ReposItory MANager (%i)
[Service] [Service]
Type=simple Type=simple
ExecStart=/usr/bin/ahriman --repository-id "%I" repo-daemon --no-changes --refresh ExecStart=/usr/bin/ahriman --repository-id "%I" repo-daemon --refresh
User=ahriman User=ahriman
Group=ahriman Group=ahriman

View File

@ -2,6 +2,6 @@
Description=ArcH linux ReposItory MANager (%i) Description=ArcH linux ReposItory MANager (%i)
[Service] [Service]
ExecStart=/usr/bin/ahriman --repository-id "%I" repo-update --no-changes --refresh ExecStart=/usr/bin/ahriman --repository-id "%I" repo-update --refresh
User=ahriman User=ahriman
Group=ahriman Group=ahriman