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]
|
||||
Type=simple
|
||||
User=osrt-leaper
|
||||
ExecStart=/usr/bin/osrt-leaper-crawler-%i
|
||||
ExecStart=/bin/bash "/usr/bin/osrt-leaper-crawler-%i"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user