summaryrefslogtreecommitdiffstats
path: root/share/systemd/container-autostart.service
blob: 076aa41fe7d25c148881dec9ed8d3831aa71aec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=container-tools automatic start
After=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/container-autostart
#ExecStop=
Delegate=yes
StandardOutput=syslog
StandardError=syslog

[Install]
WantedBy=multi-user.target