From 8f499d4c221fdcffc8e67265a344fdb410927403 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 25 Jun 2022 13:04:41 +0200 Subject: [PATCH] Delete rss.service --- res/systemd/rss.service | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 res/systemd/rss.service diff --git a/res/systemd/rss.service b/res/systemd/rss.service deleted file mode 100644 index c358582..0000000 --- a/res/systemd/rss.service +++ /dev/null @@ -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