Hacker News new | ask | show | jobs
by skarap 3382 days ago
What if slack is down/unreachable? Won't it keep the service from starting?
1 comments

If it makes slacktee fail with an error code, yes, it would prevent startup. The fix is a - sign:

    ExecStartPre=-/usr/bin/foo
Would still mark the service as "failed" but wouldn't prevent it from starting.