summaryrefslogtreecommitdiff
path: root/log/run
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-25 13:28:11 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-25 14:19:11 +0200
commit48215281a21a8e868ecbd58eff96c20d6c0e3712 (patch)
treeb0ba6f95625563bafe6276c218c05a8a272cf707 /log/run
parent6afcd94a50a9a6522959cbceed9361ae409b5523 (diff)
change execlineb options to handle the parameters given
Diffstat (limited to 'log/run')
-rw-r--r--log/run4
1 files changed, 3 insertions, 1 deletions
diff --git a/log/run b/log/run
index 870a644..5a3526d 100644
--- a/log/run
+++ b/log/run
@@ -1,4 +1,6 @@
-#!/usr/bin/execlineb -P
+#!/usr/bin/execlineb -S1
+# the -S1 tells execline to substitute 1 positional parameter
+# which for this file is: the name of the service directory
# TODO:
# a sane example of handling the arguments would be nice