mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 06:41:43 +00:00
web server support
This commit is contained in:
11
package/lib/systemd/system/ahriman-web.service
Normal file
11
package/lib/systemd/system/ahriman-web.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=ArcHlinux ReposItory MANager web server
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/ahriman --architecture x86_64 web
|
||||
User=ahriman
|
||||
Group=ahriman
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user