Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

bups systemd timer won't load #15

Closed
jvonhoff opened this issue Mar 31, 2016 · 1 comment
Closed

bups systemd timer won't load #15

jvonhoff opened this issue Mar 31, 2016 · 1 comment
Labels

Comments

@jvonhoff
Copy link

trying to do systemctl start bups.timer kept failing. Turns out, the bups.service can't start because ExecStart was being ignored. I think it was getting ignored because of this line:

[/etc/systemd/system/bups.service:6] Executable path is not absolute, ignoring: python2 /usr/lib/python2.7/site-packages/bups/scheduler_worker.py /home/jeremy/.config/bups/config.json > /usr/lib/python2.7/site-packages/bups/scheduler-log.log 2>&1

bups.service: Service lacks both ExecStart= and ExecStop= setting. Refusing.

I changed python2 to be /sbin/python2 and it seems to be working for me.

@emersion emersion added the bug label Apr 1, 2016
@emersion
Copy link
Owner

emersion commented Apr 1, 2016

Thanks for reporting this issue! Related to #16

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants