Issues creating boot and shutdown systemd daemon
I'm trying to create a config file for my unit but when I start the daemon after enabling and shutdown the computer it doesnt works. The script only executes the ExecStart line after network.target on boot.
Edit:
Code:
The ExecStart and ExecStop Calls are for the bash script mi_script_bash.sh (simple string comparison for calling to a NodeJs script):
And then the node script:
评论
?
参与讨论