1
1
Fork 0
octopus/services/octopus-inside.service

21 lines
507 B
SYSTEMD
Raw Normal View History

2016-03-01 01:33:34 +09:00
[Unit]
2017-04-06 17:47:22 +09:00
Description=octopus-inside, systemd-nspawn network configuration injector
2016-03-01 01:33:34 +09:00
ConditionCapability=CAP_NET_ADMIN
DefaultDependencies=no
After=systemd-udevd.service dbus.service network-pre.target systemd-sysusers.service systemd-sysctl.service
Before=network.target multi-user.target shutdown.target
Conflicts=shutdown.target
Wants=network-online.target
2016-03-01 01:33:34 +09:00
[Service]
RemainAfterExit=yes
EnvironmentFile=/proc/1/environ
2017-04-06 17:47:22 +09:00
ExecStart=/usr/bin/octopus-inside
2016-03-01 01:33:34 +09:00
Type=oneshot
[Install]
WantedBy=multi-user.target