dotfiles-old/aur-server.service

14 lines
298 B
SYSTEMD
Raw Permalink Normal View History

2023-06-14 17:59:53 -05:00
# /etc/systemd/system/minecraft-server.service
[Unit]
Description=Darkhttpd server to stand up personal aur build server
After=network.target
[Service]
WorkingDirectory=/home/ez/Aur
ExecStart=darkhttpd /home/ez/Aur --port 9139
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target