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
|