From: Michael Olbrich Date: Tue, 25 Mar 2014 13:15:45 +0000 (+0100) Subject: service: add support for reboot argument when triggered by StartLimitAction= X-Git-Tag: v213~351 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=efe6e7d33a9feb0b647c77862016284457895fa6;hp=efe6e7d33a9feb0b647c77862016284457895fa6;p=elogind.git service: add support for reboot argument when triggered by StartLimitAction= When rebooting with systemctl, an optional argument can be passed to the reboot system call. This makes it possible the specify the argument in a service file and use it when the service triggers a restart. This is useful to distinguish between manual reboots and reboots caused by failing services. ---