Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
as an option:
create the file /etc/systemd/system/something.service
in it, write:
[Unit]
Description=Launch external script service
After=syslog.target network.target
[Service]
Type=simple
ExecStart=path to the program executable file
[ Install]
WantedBy=multi-user.target
But this needs to be tested =)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question