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

[Service]
ExecStart=/usr/bin/radicle-node --listen 0.0.0.0:8776
KillMode=process
Restart=always
RestartSec=1

[Install]
WantedBy=default.target