Commit 87bc6bb9 authored by Julien Muchembled's avatar Julien Muchembled

Update comment after changed systemd's TODO

parent e15da4c4
...@@ -4,7 +4,7 @@ ConditionPathExists=/etc/re6stnet/re6stnet.conf ...@@ -4,7 +4,7 @@ ConditionPathExists=/etc/re6stnet/re6stnet.conf
[Service] [Service]
WorkingDirectory=/etc/re6stnet WorkingDirectory=/etc/re6stnet
# systemd plans to implement "something like ConditionExec= or ExecStartPre= without failure state" (cf its TODO file) # systemd plans to "introduce ExecCondition= in services" (cf its TODO file)
ExecStart=/bin/sh -c 'set re6stnet @re6stnet.conf; "$@" --test main_interface==\"lo\" || exec "$@"' ExecStart=/bin/sh -c 'set re6stnet @re6stnet.conf; "$@" --test main_interface==\"lo\" || exec "$@"'
Restart=on-failure Restart=on-failure
StandardOutput=null StandardOutput=null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment