mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 17:34:38 +00:00
17 lines
330 B
Forth
17 lines
330 B
Forth
[Unit]
|
|
Description=A wrapper for the TURN server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/usr/local/bin/chatmail-turn --realm {mail_domain} --socket /run/chatmail-turn/turn.socket
|
|
|
|
# Create /run/chatmail-turn
|
|
RuntimeDirectory=chatmail-turn
|
|
User=vmail
|
|
Group=vmail
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|