PKGBUILDs/aur/owfs/systemd_journal.patch

13 lines
508 B
Diff
Raw Normal View History

2016-06-29 00:23:59 +00:00
diff -Naur a/src/scripts/systemd/owfs.service.in b/src/scripts/systemd/owfs.service.in
--- a/src/scripts/systemd/owfs.service.in 2015-01-11 01:31:33.000000000 +0000
+++ b/src/scripts/systemd/owfs.service.in 2016-05-25 12:19:24.082429561 +0100
2018-03-06 00:30:48 +00:00
@@ -5,7 +5,7 @@
2016-06-29 00:23:59 +00:00
[Service]
2018-03-06 00:30:48 +00:00
Type=notify
NotifyAccess=all
-ExecStart=@bindir@/owfs --server=127.0.0.1 --allow_other %t/owfs
+ExecStart=@bindir@/owfs --error_print=2 --server=127.0.0.1 --allow_other %t/owfs
ExecStop=/usr/bin/umount %t/owfs
2016-06-29 00:23:59 +00:00
RuntimeDirectory=owfs