~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to checkbox-ng/contrib/checkbox-sru.service

  • Committer: Taihsiang Ho
  • Date: 2016-05-11 07:29:13 UTC
  • mto: This revision was merged to the branch mainline in revision 4342.
  • Revision ID: taihsiang.ho@canonical.com-20160511072913-xk1g2otivszwunxq
checkbox-ng:contrib:mini-ci systemd ignores empty path so fix this syntax typo then the services could be triggered.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
Type=oneshot
12
12
ExecStartPre=/bin/sh -c "/usr/bin/checkbox check-config || exit 1"
13
13
ExecStartPre=/bin/mkdir -p /var/cache/plainbox
14
 
ExecStart=- /bin/systemctl start checkbox-ci-installed-notifier.service 
 
14
ExecStart=-/bin/systemctl start checkbox-ci-installed-notifier.service 
15
15
ExecStart=/bin/sh -c "/usr/bin/checkbox sru > /tmp/checkbox-server.log 2>&1"
16
 
ExecStopPost=- /bin/systemctl start checkbox-ci-mailer.service
 
16
ExecStopPost=-/bin/systemctl start checkbox-ci-mailer.service
17
17
 
18
18
[Install]
19
19
# This is roughly equivalent to "start on runlevel [2345]"