Skip to content

Instantly share code, notes, and snippets.

@cheeplusplus
Created November 7, 2013 22:52
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 cheeplusplus/7363280 to your computer and use it in GitHub Desktop.
Save cheeplusplus/7363280 to your computer and use it in GitHub Desktop.
Upstart script for user install of tahoe --- Put in /etc/init/
# tahoe
description "Tahoe"
author "AndrewNeo"
setuid andrew
setgid andrew
start on (filesystem and net-device-up IFACE=lo)
stop on runlevel [!2345]
respawn
exec /home/andrew/.local/bin/tahoe run -C /home/andrew/.tahoe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment