Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 269 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 269 Bytes

Systemd Service

  • startUp.sh: run something after boot
  • systemDown.sh: run something before system down

How to use ?

  1. sudo cp *.service /lib/systemd/system/
  2. sudo cp *.sh /root/
  3. systemctl enable startUp.service systemDown.service