File: clatd.systemd

package info (click to toggle)
clatd 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: perl: 821; makefile: 51; sh: 43
file content (24 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# 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)
Wants=network-online.target
After=network-online.target
After=nss-lookup.target
StartLimitIntervalSec=0

[Service]
Type=simple
ExecStart=/usr/sbin/clatd

[Install]
WantedBy=multi-user.target