You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/lxc/files/lxc_at.service.4

15 lines
265 B

[Unit]
Description=Linux Container %I
After=network.target
Wants=lxcfs.service
[Service]
Restart=always
ExecStart=/usr/bin/lxc-start -n %i -F
ExecReload=/usr/bin/lxc-restart -n %i
ExecStop=/usr/bin/lxc-stop -n %i
Delegate=yes
[Install]
WantedBy=multi-user.target