Merge pull request #42077 from WhyNotHugo/patch-1

rootless: Set service type to `notify`
This commit is contained in:
Tianon Gravi 2021-05-03 10:36:03 -07:00 committed by GitHub
commit 5a82cee6d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,7 +307,8 @@ install_systemd() {
LimitCORE=infinity
TasksMax=infinity
Delegate=yes
Type=simple
Type=notify
NotifyAccess=all
KillMode=mixed
[Install]