[Unit] Description=Resilient, Scalable, IPv6 Network application ConditionPathExists=/etc/re6stnet/re6stnet.conf [Service] WorkingDirectory=/etc/re6stnet # systemd plans to "introduce ExecCondition= in services" (cf its TODO file) ExecStart=/bin/sh -c 'set re6stnet @re6stnet.conf; GEOIP2_MMDB=/etc/re6stnet/GeoLite2-Country.mmdb; [ -r $GEOIP2_MMDB ] && export GEOIP2_MMDB; "$@" --test main_interface==\"lo\" || exec "$@"' Restart=on-failure StandardOutput=null [Install] WantedBy=multi-user.target