summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/dnbd3/dnbd3-server.service
blob: e623e083ed3bf866570fb32be113ab11815564b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=DNBD3 Server
ConditionPathExists=!/srv/openslx/nfs/.notmounted

[Service]
User=dnbd3
PermissionsStartOnly=true
ExecStartPre=/opt/openslx/dnbd3/is-enabled
ExecStart=/opt/openslx/dnbd3/dnbd3-server -n
Restart=always
RestartSec=5
TimeoutStopSec=10