123456789101112131415 |
- # This is a mostly empty service, but allows commands like stop, start, reload
- # to propagate to all radon-eye@ service instances.
- [Unit]
- Description=Radon Eye monitoring service
- [Service]
- Type=oneshot
- RemainAfterExit=yes
- ExecStart=/bin/true
- ExecReload=/bin/true
- WorkingDirectory=/home/radon
- [Install]
- WantedBy=multi-user.target
|