Added Read,e and examples
This commit is contained in:
13
metar-rss.service
Normal file
13
metar-rss.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Monitors, generates and updates an RSS Feed File for Airport METARs
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
User=metar-rss
|
||||
WorkingDirectory=/opt/metar-rss
|
||||
ExecStart=/usr/bin/node index.js
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user