telme10/telme10.service

18 lines
301 B
SYSTEMD
Raw Normal View History

2016-12-07 00:24:51 +01:00
[Unit]
2017-12-01 22:52:09 +01:00
Description=<<</>> telnet server
2016-12-07 00:24:51 +01:00
After=local-fs.target
[Service]
User=telme10
Group=telme10
Type=simple
ExecStart=/usr/local/bin/telme10 [::]:23
AmbientCapabilities=CAP_NET_BIND_SERVICE
2016-12-07 00:24:51 +01:00
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
[Install]
WantedBy=multi-user.target