14 lines
230 B
Desktop File
14 lines
230 B
Desktop File
[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 |