mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-10 06:05:41 +01:00
Delete rss.service
This commit is contained in:
parent
1a94b51f1a
commit
8f499d4c22
@ -1,26 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Generate combined RSS feed.
|
|
||||||
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
# Make sure to set user and group
|
|
||||||
# to your setup.
|
|
||||||
User=nginx
|
|
||||||
Group=nobody
|
|
||||||
|
|
||||||
# Make sure to customise these to your
|
|
||||||
# system!
|
|
||||||
WorkingDirectory=/var/www/html/feed.xml
|
|
||||||
# And this.
|
|
||||||
EnvironmentFile=/opt/singlerss/.env
|
|
||||||
# And this.
|
|
||||||
ExecStart=/opt/rss/singlerss.py
|
|
||||||
|
|
||||||
# These don't work on older systemd versions.
|
|
||||||
# In that case, you should configure singlerss
|
|
||||||
# to output to file, as documented in the README,
|
|
||||||
# and comment these directives out.
|
|
||||||
StandardInput=null
|
|
||||||
StandardError=journal
|
|
||||||
StandardOutput=file:$SINGLERSS_FEED_OUT_PATH
|
|
Loading…
Reference in New Issue
Block a user