system/systemd/ssh-chat_lc_libcasa.service
Georg 6410fd8d58
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

16 lines
333 B
Desktop File

[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