INFO:systemctl:EXEC BEGIN /usr/bin/systemctl restart testnet --system
INFO:systemctl:system is offline
INFO:systemctl: restart service testnet.service => '/etc/systemd/system/testnet.service'
INFO:systemctl:simple start '/usr/bin/echo' 'Testing'
INFO:systemctl:simple started PID 1133
INFO:systemctl:simple stopped PID 1133 (OK) <->
WARNING:systemctl:simple start not active
When I do a status it shows as failed and nothing logs to journalctl. All i've done is downloaded the file and tried to run it. I am running Ubuntu 20.04. I think it might be user error but IDK what to do.
Here is my systemd file
# python3 systemctl3.py start testnet
I get no error when I run that commandWhen I do a status it shows as failed and nothing logs to journalctl. All i've done is downloaded the file and tried to run it. I am running Ubuntu 20.04. I think it might be user error but IDK what to do.