You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ADN-DMR-Peer-Server/docs/systemd/adn-bridge.service

17 lines
333 B

[Unit]
Description=ADN Systems DMR Bridge Master - Servidor DMR principal
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/adn-dmr
ExecStart=/usr/bin/python3 bridge_master.py -c ./config/adn.cfg
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target

Powered by TurnKey Linux.