summarylogtreecommitdiffstats
path: root/radicle-httpd.service
blob: 7f885ab0e2dd63440c5e6fffeb5fbf3c0056375e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
After=syslog.target network.target
Description=Radicle http daemon

[Service]
ExecStart=/usr/bin/radicle-httpd
KillMode=process
Restart=always
RestartSec=1

[Install]
WantedBy=default.target