mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-11-28 16:18:11 +08:00
12 lines
247 B
Desktop File
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
|