Chris Paulson-Ellis <chris <at> edesix.com> writes: > Is there any way to get systemd to treat the 143 exit status as normal > termination if it sent a SIGTERM? I'd rather not write a signal catching > C or shell-script wrapper around the JVM as I'll probably introduce a > race condition or other error. > > Chris. >
Yes there is, see: http://0pointer.de/public/systemd-man/systemd.service.html the part about ExecStart. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
