summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.target.requires/dnbd3-proxy.service
blob: 5c401615154cc3157d51f62ecac956648e954d11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=DNBD3 proxy server
After=network.target multi-user.target setup-dnbd3-proxy.service

[Service]
User=dnbd3
ExecStart=/opt/openslx/bin/dnbd3-server -n -c /etc/dnbd3
Restart=always
RestartSec=1
TimeoutStopSec=10