mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 02:24:40 +08:00
10 lines
159 B
SYSTEMD
10 lines
159 B
SYSTEMD
|
[Unit]
|
||
|
Description=Network Block Device Server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/nbd-server
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|