mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
Some commands have been moved to another group and thus having another default name (old subcommands are still available...for now): * daemon -> repo-daemon * key-import -> service-key-import * repo-clean -> service-clean * repo-config -> service-config * repo-config-validate -> service-config-validate * repo-setup -> service-setup * repo-shell -> service-shell * version -> help-version
13 lines
236 B
Desktop File
13 lines
236 B
Desktop File
[Unit]
|
|
Description=ArcH linux ReposItory MANager web server (%I architecture)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/ahriman --architecture %i web
|
|
User=ahriman
|
|
Group=ahriman
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|