File: fix-path-to-gpio-scripts.patch

package info (click to toggle)
svxlink 25.05.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,752 kB
  • sloc: cpp: 78,388; tcl: 4,891; ansic: 2,838; sh: 1,594; python: 844; javascript: 430; perl: 382; ruby: 160; makefile: 113; xml: 26
file content (20 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fix path for GPIO scrips
 For Debian, installed arch indep scripts in /usr/share/svxlink/scripts/
Author: Felix Lechner <felix.lechner@lease-up.com>
Forwarded: no
Last-Update: 2017-12-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/svxlink/systemd/svxlink_gpio_setup.service.in
+++ b/src/svxlink/systemd/svxlink_gpio_setup.service.in
@@ -22,8 +22,8 @@ Documentation=man:svxlink(1)
 
 [Service]
 Type=oneshot
-ExecStart=@SBIN_INSTALL_DIR@/svxlink_gpio_up
-ExecStop=@SBIN_INSTALL_DIR@/svxlink_gpio_down
+ExecStart=/usr/share/svxlink/scripts/svxlink_gpio_up
+ExecStop=/usr/share/svxlink/scripts/svxlink_gpio_down
 #Restart=on-failure
 TimeoutStartSec=60
 WorkingDirectory=@SVX_SYSCONF_INSTALL_DIR@