core/load-fragment: add RemoveIPC= (#7288)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Nov 2017 09:15:55 +0000 (18:15 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 10 Nov 2017 09:15:55 +0000 (10:15 +0100)
commitc54515b1e42384ad4c582f7fb13434f9224c148f
treef2c75bd8d5b00b30a5981f96dea7e3e964aaa967
parentcaa45f5b4e712ae85cf3703b554bf6a61636692d
core/load-fragment: add RemoveIPC= (#7288)

PR #3865 introduced RemoveIPC= but the option is not listed in
load-fragment-gperf.gperf. So, the option could be used only via d-bus.
This adds RemoveIPC= in load-fragment-gperf.gperf. Then, now we can
set the option in unit files.

Fixes #7281.
src/core/load-fragment-gperf.gperf.m4