summaryrefslogtreecommitdiffstats
path: root/systemd/ssh-chat_lc_libcasa.service
blob: c662b361420d211c346b4da8e4e8591616c9546f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=ssh-chat LibertaCasa lucy
After=network.target

[Service]
Type=simple
User=ssh-chat
Group=ssh-chat

ExecStart=/opt/ssh-chat/ssh-chat --bind=":2220" -i="/opt/ssh-chat/.ssh/id_rsa" --admin="/etc/ssh/keys/ssh-chat" motd=""
AmbientCapabilities=CAP_NET_BIND_SERVICE
Restart=always

[Install]
WantedBy=multi-user.target