diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-07-28 05:28:17 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-07-28 06:37:10 +0200 |
commit | b7f2d0ba2488993f4a68e34d9718039b3c97cb1e (patch) | |
tree | 01b69f932ccce5a6b540a01da544eb846cef2ad6 /sysusers.d | |
parent | bash-completion: use the first argument instead of the global variable (#6457) (diff) | |
download | systemd-b7f2d0ba2488993f4a68e34d9718039b3c97cb1e.tar.xz systemd-b7f2d0ba2488993f4a68e34d9718039b3c97cb1e.zip |
units,sysusers: use DynamicUser= for journal-gatewayd and drop user systemd-journal-gateway from sysusers
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/systemd-remote.conf.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysusers.d/systemd-remote.conf.m4 b/sysusers.d/systemd-remote.conf.m4 index 0e9d71cdd0..83b362643f 100644 --- a/sysusers.d/systemd-remote.conf.m4 +++ b/sysusers.d/systemd-remote.conf.m4 @@ -6,7 +6,6 @@ # (at your option) any later version. m4_ifdef(`HAVE_MICROHTTPD', -u systemd-journal-gateway - "systemd Journal Gateway" u systemd-journal-remote - "systemd Journal Remote" )m4_dnl m4_ifdef(`HAVE_LIBCURL', |