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

View File

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