Debug path to script for systemd
This commit is contained in:
parent
a26aeb546b
commit
0875c79ef2
@ -15,7 +15,7 @@
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/%i/scripts/buku_git_push.sh
|
||||
ExecStart=%h/scripts/buku_git_push.sh
|
||||
#+END_SRC
|
||||
|
||||
** Timer
|
||||
@ -74,7 +74,7 @@
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/%i/scripts/checkmail.sh
|
||||
ExecStart=%h/scripts/checkmail.sh
|
||||
#+END_SRC
|
||||
|
||||
** Timer
|
||||
@ -174,7 +174,7 @@
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/%i/scripts/checkmail.sh all
|
||||
ExecStart=%h/scripts/checkmail.sh all
|
||||
#+END_SRC
|
||||
|
||||
** Timer
|
||||
|
Loading…
Reference in New Issue
Block a user