Files
RSSHub/scripts/ansible/rsshub.service
2021-01-07 19:59:44 -08:00

12 lines
247 B
Desktop File

[Unit]
Description=RSSHub is an open source, easy to use, and extensible RSS feed aggregator
[Service]
User=rsshub
WorkingDirectory=/home/rsshub/app
ExecStart=yarn start
EnvironmentFile=/home/rsshub/app/.env
[Install]
WantedBy=multi-user.target