support of new schema in systemd units

This commit is contained in:
2023-09-01 03:07:06 +03:00
committed by Evgenii Alekseev
parent 18763d16cf
commit 5693b84c21
14 changed files with 101 additions and 60 deletions

View File

@ -1,10 +1,10 @@
[Unit]
Description=ArcH linux ReposItory MANager web server (%I architecture)
Description=ArcH linux ReposItory MANager web server (%i)
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/ahriman --architecture %i web
ExecStart=/usr/bin/ahriman --repository-id "%I" web
User=ahriman
Group=ahriman