summaryrefslogtreecommitdiffstats
path: root/share/systemd/container-autostart.service
diff options
context:
space:
mode:
Diffstat (limited to 'share/systemd/container-autostart.service')
-rw-r--r--share/systemd/container-autostart.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/share/systemd/container-autostart.service b/share/systemd/container-autostart.service
deleted file mode 100644
index 076aa41..0000000
--- a/share/systemd/container-autostart.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[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