1. touch /usr/lib/systemd/system/lxcfs.service
    2. cat > /usr/lib/systemd/system/lxcfs.service <<EOF
    3. [Unit]
    4. Description=lxcfs
    5. [Service]
    6. ExecStart=/usr/bin/lxcfs -f /var/lib/lxcfs
    7. Restart=on-failure
    8. #ExecReload=/bin/kill -s SIGHUP $MAINPID
    9. [Install]
    10. WantedBy=multi-user.target
    11. EOF
    12. systemctl daemon-reload
    13. systemctl start lxcfs.service