adsms/adsms.service

18 lines
324 B
Desktop File

# Systemd unit file for the adsms service
# Generated by ChatGPT
[Unit]
Description=Send SMS notifications based on ADS-B data
After=network.target
Requires=tar1090.service
After=tar1090.service
[Service]
User=adsms
Group=adsms
ExecStart=/usr/bin/adsms /etc/adsms.json
Restart=always
[Install]
WantedBy=multi-user.target