radon-eye.service 332 B

123456789101112131415
  1. # This is a mostly empty service, but allows commands like stop, start, reload
  2. # to propagate to all radon-eye@ service instances.
  3. [Unit]
  4. Description=Radon Eye monitoring service
  5. [Service]
  6. Type=oneshot
  7. RemainAfterExit=yes
  8. ExecStart=/bin/true
  9. ExecReload=/bin/true
  10. WorkingDirectory=/home/radon
  11. [Install]
  12. WantedBy=multi-user.target