Initial commit (clatd v1.0)

This commit is contained in:
Tore Anderson
2014-03-11 00:59:34 +01:00
commit 0b520f5442
7 changed files with 1205 additions and 0 deletions

21
scripts/clatd.systemd Normal file
View File

@@ -0,0 +1,21 @@
#
# clatd service file for systemd
#
# Install it to: /etc/systemd/system/clatd.service
# Enable it with: systemctl enable clatd.service
# Start it with: systemctl start clatd.service
#
# Written by Tore Anderson <tore@fud.no>
#
[Unit]
Description=464XLAT CLAT daemon
Documentation=man:clatd(8)
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/sbin/clatd
[Install]
WantedBy=multi-user.target