101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

508
active users

#exitcode

0 posts0 participants0 posts today
furicle<p>Continuing my fun with systemd service files - is there any way to pass the definition of the exit codes through?</p><p>e.g. my unit.service does an `exit 5` in certain cases. </p><p>In journalctl that shows up as 'status=5/NOTINSTALLED'</p><p>I think that comes from here</p><p><a href="https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#Process%20Exit%20Codes" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">freedesktop.org/software/syste</span><span class="invisible">md/man/latest/systemd.exec.html#Process%20Exit%20Codes</span></a></p><p>I'd like it say 5/NOSYNCREQUIRED or similar. I'd be happy to chose codes that aren't pre-defined if that helps?</p><p>Is this possible?</p><p><a href="https://mastodon.social/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://mastodon.social/tags/systemd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemd</span></a> <a href="https://mastodon.social/tags/exitcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>exitcode</span></a></p>
pandoc<p>Exit codes are useful, e.g. when embedding <a href="https://fosstodon.org/tags/pandoc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pandoc</span></a> in wrapper-scripts. Pandoc exiting with code zero signals success, with other numbers indicating the type of error that occurred. For example, <a href="https://fosstodon.org/tags/exitCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>exitCode</span></a> 84 hints at a problem in the Lua subsystem.<br>The full list is in the manual:<br><a href="https://pandoc.org/MANUAL.html#exit-codes" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">pandoc.org/MANUAL.html#exit-co</span><span class="invisible">des</span></a></p>