Merge pull request #42077 from WhyNotHugo/patch-1
rootless: Set service type to `notify`
This commit is contained in:
commit
5a82cee6d4
1 changed files with 2 additions and 1 deletions
|
@ -307,7 +307,8 @@ install_systemd() {
|
|||
LimitCORE=infinity
|
||||
TasksMax=infinity
|
||||
Delegate=yes
|
||||
Type=simple
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
KillMode=mixed
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue