init
This commit is contained in:
14
host/virtiofsd.service
Normal file
14
host/virtiofsd.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=VirtioFS daemon
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/libexec/virtiofsd \
|
||||
--socket-path=/run//virtiofs.sock \
|
||||
--shared-dir=/srv/vm1-data
|
||||
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user