Modify notify access and service killing
This commit is contained in:
parent
a94451639a
commit
b38d18fcb6
|
@ -6,14 +6,14 @@ After=network-online.target
|
|||
|
||||
[Service]
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
NotifyAccess=main
|
||||
Environment=PODMAN_SYSTEMD_UNIT=%n
|
||||
ExecStart=/usr/local/bin/podlaunch %i
|
||||
Restart=always
|
||||
RestartSec=20s
|
||||
TimeoutStartSec=2min
|
||||
TimeoutStopSec=1min
|
||||
KillMode=none
|
||||
SendSIGKILL=no
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target default.target
|
||||
|
|
Loading…
Reference in a new issue