<div dir="ltr"><div><div>Hi all,<br><br></div>I'v written a small personal (not looking for harbour approval here) C++ app which periodically connects to a web service and displays some information into a notification via DBus.<br>
<br></div><div>This is the .service file which I've deployed in /etc/systemd/user:<br></div><br>[Unit]<br>Description=My own daemon<br>Requires=dbus.service<br><br>[Service]<br>Type=simple<br>ExecStart=/usr/bin/invoker --type=generic /usr/bin/myowndaemon<br>
<br>[Install]<br>WantedBy=multi-user.target<br><br clear="all"><div><div><div>after the usual:<br><br></div><div>systemctl-user daemon-reload<br></div><div>systemctl-user start myowndaemon.service<br><br></div><div>it correctly starts.<br>
<br></div><div>Now if I issue a:<br><br></div><div>systemctl-user enable myowndaemon.service<br><br></div><div>and I reboot my Jolla, it doesn't automatically start.<br><br></div><div>This is my first attempt with systemd, I tried googling around but I didn't find anything helpful.<br>
</div><div>Wht am I missing?<br><br></div><div>Thanks a lot,<br></div><div><br>-- <br>Luca Donaggio
</div></div></div></div>