Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 77b7494

Browse files
committedMar 26, 2015
set KillMode to process instead of cgroup, remove redundant Restart
1 parent d831c19 commit 77b7494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎systemd/slave.systemd

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Wants=network.target
55

66
[Service]
77
ExecStart=/usr/bin/mesos-init-wrapper slave
8-
Restart=on-abort
8+
KillMode=process
99
Restart=always
1010
RestartSec=20
1111
LimitNOFILE=16384

0 commit comments

Comments
 (0)
This repository has been archived.