fdnbot.service 249 B

12345678910111213
  1. [Unit]
  2. Description=FDN Alert Bot
  3. Requires=network.target
  4. After=network.target
  5. [Service]
  6. Type=simple
  7. User=fdnbot
  8. Group=fdnbot
  9. ExecStart=/usr/bin/perl /usr/local/bin/fdnbot.pl /var/www/fdn.ldn-fai.net/index.html
  10. [Install]
  11. WantedBy=multi-user.target