Skip to content

Commit 8af90e0

Browse files
wayne0811lijinxia
authored andcommitted
misc: Remove unnecessary ExecStop in systemd services
From systemd documentation: https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStop= > If this option is not specified, the process is terminated by sending the signal specified in KillSignal= when service stop is requested. https://www.freedesktop.org/software/systemd/man/systemd.kill.html#KillSignal= > Defaults to SIGTERM. Signed-off-by: Tan Yew Wayne <yew.wayne.tan@intel.com>
1 parent 4106fad commit 8af90e0

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

misc/cbc_lifecycle/cbc_lifecycle.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Description=CBC lifecycle service
55
Type=simple
66
ExecStart=/usr/bin/cbc_lifecycle
77
Restart=no
8-
ExecStop=/usr/bin/killall -s TERM cbc_lifecycle
98

109
[Install]
1110
WantedBy=multi-user.target

tools/acrn-crashlog/data/acrnprobe.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ After=prepare.service
99
[Service]
1010
Type=simple
1111
ExecStart=/usr/bin/acrnprobe
12-
ExecStop=/usr/bin/killall -s TERM acrnprobe
1312

1413
[Install]
1514
WantedBy=multi-user.target

tools/acrn-crashlog/data/usercrash.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Before=acrnprobe.service
77
[Service]
88
Type=simple
99
ExecStart=/usr/bin/usercrash_s
10-
ExecStop=/usr/bin/killall -s TERM usercrash_s
1110

1211
[Install]
1312
WantedBy=multi-user.target

tools/acrn-manager/acrnd.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Description=ACRN manager deamon
44
[Service]
55
Type=simple
66
ExecStart=/usr/bin/acrnd
7-
ExecStop=/usr/bin/killall -s TERM acrnd
87

98
[Install]
109
WantedBy=multi-user.target

tools/acrnlog/acrnlog.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Description=ACRN hypervisor log
44
[Service]
55
Type=simple
66
ExecStart=/usr/bin/acrnlog
7-
ExecStop=/usr/bin/killall -s TERM acrnlog
87

98
[Install]
109
WantedBy=multi-user.target

0 commit comments

Comments
 (0)