summarylogtreecommitdiffstats
path: root/dcd.service
blob: 50c9a0a1ce7f285f1e53878b831286265fb0a160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=DCD server
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/dcd-server
ExecReload=/bin/kill $MAINPID
KillMode=process
Restart=always

[Install]
WantedBy=multi-user.target