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

[Service]
Type=simple
ExecStart=/bin/ttyd /bin/slogin
ExecReload=/bin/kill -HUP $MAINPID
#PIDFile=/run/ttyd.pid
KillMode=process
LimitNOFILE=512
LimitMEMLOCK=infinity
LimitSTACK=infinity

[Install]
WantedBy=multi-user.target