Skip to content

Instantly share code, notes, and snippets.

@timleland
Last active December 21, 2016 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timleland/800a4158a1e07d98cc8095cea79bdf62 to your computer and use it in GitHub Desktop.
Save timleland/800a4158a1e07d98cc8095cea79bdf62 to your computer and use it in GitHub Desktop.
[Unit]
Description=Google Home Outlets
After=syslog.target network-online.target
[Service]
Type=simple
User=googlehome
ExecStart=/home/pi/googlehome.py
Restart=on-failure
RestartSec=10
KillMode=process
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment