rsshub / scripts /ansible /rsshub.service
asemxin
Initial commit for HF Spaces
bf48b89
Raw
History Blame Contribute Delete
247 Bytes
[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