--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.
$sudo nano /etc/init/tiddywiki-forever.conf# /etc/init/tiddlywiki-forever.conf
description "Tiddlywiki 5 Launcher"
author "J Donaldson"
# If network interface is wireless
# start on (local-filesystems and net-device-up IFACE=wlan0)
# If network interface is Ethernetstart on (local-filesystems and net-device-up IFACE=eth0)
stop on shutdown
# Automatically Respawn:
respawn
respawn limit 99 5
# We run as this user instead of as root (the default user).
# Depending on your environment you may want to add a user for node.
setuid user
script
# Not sure why $HOME is needed, but it seems to be:
export HOME="/home/user/mywiki"
cd $HOME
exec /home/user/local/bin/node /home/user/local/lib/node_modules/tiddlywiki/tiddlywiki.js --server
end script$sudo start tiddlwiki-forever$sudo stop tiddlwiki-forever$ ifconfigforever start --spinSleepTime 10000 ~/local/bin/tiddlywiki --server
--server 8080 $:/core/save/all text/plain text/html mylogin mypassword 0.0.0.0--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.