systemd/leaper-crawler.service: wrap script with bash to handle colon.
Otherwise, systemd ends up with a 203/EXEC.
This commit is contained in:
parent
b4f0fd32f4
commit
6055e85d65
@ -4,7 +4,7 @@ Description=openSUSE Release Tools: leaper crawler for %i (creates SRs from upst
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=osrt-leaper
|
User=osrt-leaper
|
||||||
ExecStart=/usr/bin/osrt-leaper-crawler-%i
|
ExecStart=/bin/bash "/usr/bin/osrt-leaper-crawler-%i"
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user