File: 02-systemd-service-file-shutdown-problems.patch

package info (click to toggle)
connman 1.45-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,056 kB
  • sloc: ansic: 101,490; sh: 4,985; python: 2,256; makefile: 488
file content (18 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Prevent systemd service file shutdown problems
 Silence lintian warnings about, read more at
 https://lintian.debian.org/tags/systemd-service-file-shutdown-problems.html
Forwarded: not needed
Last-Update: 2019-05-01
Author: Alf Gaida <agaida@siduction.org>

--- a/src/connman-wait-online.service.in
+++ b/src/connman-wait-online.service.in
@@ -2,7 +2,7 @@
 Description=Wait for network to be configured by ConnMan
 Requisite=connman.service
 After=connman.service
-Before=network-online.target
+Before=network-online.target shutdown.target
 DefaultDependencies=no
 Conflicts=shutdown.target