Ubuntu Pastebin

Paste from pitti at Wed, 14 Jan 2015 15:24:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
ubuntu@autopkgtest:~$ cat /lib/systemd/system/lxcfs.service 
[Unit]
Description=FUSE filesystem for LXC
ConditionVirtualization=!container
Before=lxc.service
Requires=cgmanager.service
After=cgmanager.service

[Service]
ExecStart=/usr/bin/lxcfs -f -s -o allow_other /var/lib/lxcfs/
Restart=on-failure

[Install]
WantedBy=multi-user.target
Download as text