summaryrefslogtreecommitdiffstats
path: root/pkg/systemd/dnbd3-server.service
blob: de800ceba64d4bee18fb9fca91190447d436a7ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=DNBD3 server
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/dnbd3-server -n -c /etc/dnbd3-server
Restart=on-failure

[Install]
WantedBy=multi-user.target