mirror of
https://github.com/toreanderson/clatd
synced 2026-03-01 19:34:53 +00:00
Initial commit (clatd v1.0)
This commit is contained in:
16
scripts/clatd.upstart
Normal file
16
scripts/clatd.upstart
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# clatd service file for upstart
|
||||
#
|
||||
# Install it to: /etc/init/clatd.conf
|
||||
# Start it with: initctl start clatd
|
||||
#
|
||||
# Written by Tore Anderson <tore@fud.no>
|
||||
#
|
||||
|
||||
description "464XLAT CLAT daemon"
|
||||
author "Tore Anderson <tore@fud.no>"
|
||||
|
||||
start on net-device-up
|
||||
stop on runlevel [!2345]
|
||||
|
||||
exec /usr/sbin/clatd
|
||||
Reference in New Issue
Block a user