mirror of
https://github.com/NeilHanlon/ansible-role-matterbridge.git
synced 2024-11-14 11:51:22 +00:00
7f5abe2844
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>
17 lines
298 B
Desktop File
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
|