mirror of
https://github.com/lxc/lxcfs.git
synced 2026-02-05 09:46:18 +01:00
17 lines
354 B
SYSTEMD
17 lines
354 B
SYSTEMD
[Unit]
|
|
Description=FUSE filesystem for LXC
|
|
ConditionVirtualization=!container
|
|
Before=lxc.service
|
|
Documentation=man:lxcfs(1)
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/lxcfs {{LXCFSTARGETDIR}}
|
|
KillMode=process
|
|
Restart=on-failure
|
|
ExecStopPost=-/bin/fusermount -u {{LXCFSTARGETDIR}}
|
|
Delegate=yes
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|