adsms/adsms.service

18 lines
324 B
SYSTEMD
Raw Normal View History

2023-05-09 11:39:24 -07:00
# 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
2023-05-09 11:45:54 -07:00
ExecStart=/usr/bin/adsms /etc/adsms.json
2023-05-09 11:39:24 -07:00
Restart=always
[Install]
WantedBy=multi-user.target