d673388dfc
virtual machines in order to enable safe editing of files in running guests (eg. guestfish --live).
13 lines
270 B
Desktop File
13 lines
270 B
Desktop File
[Unit]
|
|
Description=Libguestfs live service
|
|
BindTo=dev-virtio\x2dports-org.libguestfs.channel.0.device
|
|
After=dev-virtio\x2dports-org.libguestfs.channel.0.device
|
|
|
|
[Service]
|
|
ExecStart=-/usr/sbin/guestfsd -r
|
|
Restart=always
|
|
RestartSec=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|