There's an important piece of information you haven't told us: in what way is it "not working..."?
If you don't know or if it just isn't running you need to find out why. If you don't know that, all anyone can do is guess.
Start by capturing any errors from your service (hint: look in the systemd journal) and any thrown by your script (hint redirect stderr to a file).
You could do worse that referring to the troubleshooting advice in Running A Program At Start Up A Beginner's Guide
If you don't know or if it just isn't running you need to find out why. If you don't know that, all anyone can do is guess.
Start by capturing any errors from your service (hint: look in the systemd journal) and any thrown by your script (hint redirect stderr to a file).
You could do worse that referring to the troubleshooting advice in Running A Program At Start Up A Beginner's Guide
Statistics: Posted by thagrol — Mon Oct 13, 2025 8:03 pm