ansible-role-matterbridge/files/matterbridge.service
Justin W. Flory 7f5abe2844
🌞 Initial commit of Matterbridge Ansible role
Imported from the existing Matterbridge role in the
FOSSRIT/infrastructure repository on GitHub:

    39d4cb5ca1/roles/matterbridge

Signed-off-by: Justin W. Flory <git@jwf.io>
2019-12-31 13:41:23 -05:00

17 lines
298 B
Desktop File

[Unit]
Description=Matterbridge
Requires=network.target
After=multi-user.target
[Service]
Type=simple
User=matterbridge
Group=matterbridge
WorkingDirectory=/etc/matterbridge
ExecStart=/usr/bin/matterbridge -conf matterbridge.toml
Restart=always
RestartSec=60
[Install]
WantedBy=multi-user.target