mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
* multi-sign and multi-web configuration * change default configuration to do not use architecture * change units to be templated * some refactoring
15 lines
280 B
Desktop File
15 lines
280 B
Desktop File
[Unit]
|
|
Description=ArcHlinux ReposItory MANager web server (%I architecture)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/ahriman --architecture %i web
|
|
User=ahriman
|
|
Group=ahriman
|
|
|
|
KillSignal=SIGQUIT
|
|
SuccessExitStatus=SIGQUIT
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |