summaryrefslogtreecommitdiffstats
path: root/debian/ttyd.service
blob: b09578eb802dc9eddca3f7c8eeaf1d107141c389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=ttyd daemon
Documentation=man:ttyd(1)
After=network.target systemd-tmpfiles-clean.service

[Service]
Type=simple
EnvironmentFile=-/etc/default/ttyd
ExecStart=/usr/bin/ttyd $TTYD_OPTIONS
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process
LimitNOFILE=512
LimitMEMLOCK=infinity
LimitSTACK=infinity

[Install]
WantedBy=multi-user.target