diff options
author | Georg | 2021-07-21 12:34:32 +0200 |
---|---|---|
committer | Georg | 2021-07-21 12:34:32 +0200 |
commit | a7b59a951b5b884bb2ba0fd1105918d2d5150fcd (patch) | |
tree | 5e906079ed4d34c928722aba17225b2894f4f293 /systemd/ssh-chat_lc_libcasa.service | |
parent | 8e5f49e946dfbe915301894390a8105d88cd40f3 (diff) | |
download | system-a7b59a951b5b884bb2ba0fd1105918d2d5150fcd.tar.gz system-a7b59a951b5b884bb2ba0fd1105918d2d5150fcd.tar.bz2 system-a7b59a951b5b884bb2ba0fd1105918d2d5150fcd.zip |
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'systemd/ssh-chat_lc_libcasa.service')
-rw-r--r-- | systemd/ssh-chat_lc_libcasa.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/systemd/ssh-chat_lc_libcasa.service b/systemd/ssh-chat_lc_libcasa.service new file mode 100644 index 0000000..c662b36 --- /dev/null +++ b/systemd/ssh-chat_lc_libcasa.service @@ -0,0 +1,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 |