File: l2tpns.service

package info (click to toggle)
l2tpns 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,980 kB
  • sloc: ansic: 24,875; sh: 162; makefile: 156; perl: 139
file content (14 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Layer 2 tunneling protocol network server (LNS)
After=network.target
Documentation=man:l2tpns(8) man:startup-config(5)

[Service]
EnvironmentFile=-/etc/default/l2tpns
ExecStart=/usr/sbin/l2tpns $L2TPNS_OPTS
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=multi-user.target