core/nbd/nbd.service
2017-10-23 00:10:01 +02:00

13 lines
194 B
Desktop File

[Unit]
Description=Network Block Device Server
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/nbd-server
ProtectSystem=full
ProtectHome=on
[Install]
WantedBy=multi-user.target