mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 23:34:40 +08:00
12 lines
228 B
SYSTEMD
12 lines
228 B
SYSTEMD
|
[Unit]
|
||
|
Description=pNFS block layout mapping daemon
|
||
|
After=var-lib-nfs-rpc_pipefs.mount nfsd.service
|
||
|
Requires=var-lib-nfs-rpc_pipefs.mount
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/sbin/blkmapd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|