Displaying 1 result from an estimated 1 matches for "yourunitname".
2016 Jul 18
3
Help with C7 start script
Under the old C6 I put an entry in rc.local to run my programs I want. We
will call it /path/boot.sh
Worked fine.
Under C7 I have created a new service file for systemd. It looks like:
---------------
[Unit]
Description=Company
After=network.target
[Service]
Type=forking
ExecStart=/path/boot.sh
[Install]
WantedBy=multi-user.target
-----------
For the most part this works every time on boot.