Browse Source

Remove debian/

main
Samuel Sloniker 12 months ago
parent
commit
3e80f53ed9
  1. 17
      adsms.service
  2. 17
      debian/adsms.service
  3. 1
      meson.build
  4. 2
      pyproject.toml

17
adsms.service

@ -1,17 +0,0 @@
# 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/local/bin/adsms /etc/adsms.json
Restart=always
[Install]
WantedBy=multi-user.target

17
debian/adsms.service vendored

@ -1,17 +0,0 @@
# 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/local/bin/adsms /etc/adsms.json
Restart=always
[Install]
WantedBy=multi-user.target

1
meson.build

@ -4,6 +4,7 @@ py = import('python').find_installation()
py.install_sources(
'adsms/__init__.py',
'debian/adsms.service',
)
install_data('run_adsms.py', install_dir: get_option('bindir'), rename: 'adsms')

2
pyproject.toml

@ -4,7 +4,7 @@ requires = ['meson-python']
[project]
name = "adsms"
version = "0.5"
version = "0.6"
description = "Send SMS aircraft alerts based on ADS-B data"
readme = "README.md"
authors = [{ name = "Samuel Sloniker", email = "sam@kj7rrv.com"}]

Loading…
Cancel
Save