Skip to content

Latest commit

 

History

History

system

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

service scripts

scripts for making SkyWeather2 applications into systemd services. verify that everything is working first it'll make life easier.

setup

  • copy to /lib/systemd/system
  • sudo systemctl enable [service name].service
  • sudo systemctl start [service name].service
  • sudo systemctl status [service name].service

scripts