I\'m trying to set up a simple systemd timer to run a bash script every day at midnight.
systemctl --user status backup.service fails and logs the follo
systemctl --user status backup.service
To simplify, make sure to add a hash bang to the top of your ExecStart script, i.e.
#!/bin/bash python -u alwayson.py