File: systemd-fix-ntp-wait-service-paths.patch

package info (click to toggle)
ntpsec 1.2.3%2Bdfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,960 kB
  • sloc: ansic: 62,004; python: 32,017; sh: 1,553; yacc: 1,293; makefile: 190; javascript: 138
file content (17 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: systemd: Fix ntp-wait.service paths
 - ntpwait is installed to /usr/sbin.
 - ntpd.service is called ntpsec.service in this package
Forwarded: not-needed
Author: Richard Laager <rlaager@debian.org>
Last-Update: 2022-03-05
--- a/etc/ntp-wait.service
+++ b/etc/ntp-wait.service
@@ -8,7 +8,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=@BINDIR@/ntpwait -s 1 -n 30000
+ExecStart=@SBINDIR@/ntpwait -s 1 -n 30000
 RemainAfterExit=yes
 StandardOutput=null