summarylogtreecommitdiffstats
path: root/mbctl-startup.service
blob: 478d826e57406606d3fc7fec2fc36cb7e8660643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=man8s-ctr auto start all container at startup
After=containerd.service
Requires=containerd.service

[Service]
Type=oneshot
ExecStart=/usr/bin/mbctl autostart
User=root
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target