Guest User

Untitled

a guest
Mar 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [Unit]
  2. Description=SwitchOff Tool
  3. After = NetworkManager-wait-online.service network.target network-online.target dbus.service
  4. Wants = NetworkManager-wait-online.service network-online.target
  5. Requires = dbus.service
  6.  
  7. [Service]
  8. ExecStart=/home/pi/Downloads/switchOff
  9. Restart=always
  10. User=pi
  11. StandardOutput=syslog
  12. StandardError=syslog
  13. SyslogIdentifier=SwitchOff
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment