From ed792274e3d9832929d47627a95ccfbf6182f222 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 28 Oct 2017 21:31:04 +0200 Subject: Omit "ProtectSystem" option from systemd unit With "ProtectSystem", /usr is mounted read-only, so things will fail when e.g. /usr/local is used as the installation prefix. Whether such options make sense depends on the environment, so they should rather be set by package maintainers and/or admins. --- ejabberd.service.template | 1 - 1 file changed, 1 deletion(-) (limited to 'ejabberd.service.template') diff --git a/ejabberd.service.template b/ejabberd.service.template index 542f57a3d..63100cb5e 100644 --- a/ejabberd.service.template +++ b/ejabberd.service.template @@ -13,7 +13,6 @@ ExecStart=/bin/sh -c '@ctlscriptpath@/ejabberdctl start && @ctlscriptpath@/ejabb ExecStop=/bin/sh -c '@ctlscriptpath@/ejabberdctl stop && @ctlscriptpath@/ejabberdctl stopped' ExecReload=@ctlscriptpath@/ejabberdctl reload_config PrivateDevices=true -ProtectSystem=full [Install] WantedBy=multi-user.target -- cgit v1.2.3