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.
15 lines
323 B
15 lines
323 B
[Unit]
|
|
Description=ASL3 Weather Announcer Monitor
|
|
After=network.target sound.target asterisk.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/opt/asl3_wx_announce
|
|
ExecStart=/opt/asl3_wx_announce/venv/bin/python -m asl3_wx_announce.main --monitor
|
|
Restart=always
|
|
RestartSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|