systemd/leaper-crawler.service: wrap script with bash to handle colon.

Otherwise, systemd ends up with a 203/EXEC.
This commit is contained in:
Jimmy Berry 2018-05-09 21:22:35 -05:00
parent b4f0fd32f4
commit 6055e85d65

View File

@ -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