10 lines
177 B
SYSTEMD
10 lines
177 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=aur_repo server (darkhttpd)
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
ExecStart=/usr/bin/darkhttpd /repo --uid build --gid nobody --chroot
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|