Debug path to script for systemd

This commit is contained in:
Thomas Dehaeze 2019-04-05 09:28:20 +02:00
parent a26aeb546b
commit 0875c79ef2

View File

@ -15,7 +15,7 @@
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/home/%i/scripts/buku_git_push.sh ExecStart=%h/scripts/buku_git_push.sh
#+END_SRC #+END_SRC
** Timer ** Timer
@ -74,7 +74,7 @@
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/home/%i/scripts/checkmail.sh ExecStart=%h/scripts/checkmail.sh
#+END_SRC #+END_SRC
** Timer ** Timer
@ -174,7 +174,7 @@
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/home/%i/scripts/checkmail.sh all ExecStart=%h/scripts/checkmail.sh all
#+END_SRC #+END_SRC
** Timer ** Timer