File: adjust_bin_path.patch

package info (click to toggle)
log2ram 1.7.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: sh: 242; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Modify path to script to match where it must be located per Debian policy.
Forwarded: not-needed

--- log2ram-1.7.2+ds.orig/log2ram.service
+++ log2ram-1.7.2+ds/log2ram.service
@@ -10,9 +10,9 @@ Documentation=https://github.com/azlux/l
 
 [Service]
 Type=oneshot
-ExecStart=/usr/local/bin/log2ram start
-ExecStop=/usr/local/bin/log2ram stop
-ExecReload=/usr/local/bin/log2ram write
+ExecStart=/usr/bin/log2ram start
+ExecStop=/usr/bin/log2ram stop
+ExecReload=/usr/bin/log2ram write
 TimeoutStartSec=120
 RemainAfterExit=yes