Quote:
Originally Posted by Tlman46
Through the "User=****" term in the [Service] block (with **** replaced by my user name.
Does anyone have any suggestions for how to get Calibre running through systemd? Thanks!!
|
Maybe use crontab? (Haven't tried it myself.)
In a terminal under you user:
crontab -e
Add at the bottom of the file:
@reboot /bin/sleep 60 && /usr/bin/calibre
Close the file
<CTRL>X Y <ENTER>
And reboot