summarylogtreecommitdiffstats
path: root/nnrss.service
diff options
context:
space:
mode:
authorRoshless2020-07-27 23:01:24 +0200
committerRoshless2020-07-27 23:01:24 +0200
commit3f45870c1e8707d5c40c1c487e05ed85e6e735b1 (patch)
tree15a899f7d9e5af508a9a708138552a1f5633922a /nnrss.service
downloadaur-3f45870c1e8707d5c40c1c487e05ed85e6e735b1.tar.gz
Initial upload: nnrss 1.1.1-2
Diffstat (limited to 'nnrss.service')
-rw-r--r--nnrss.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/nnrss.service b/nnrss.service
new file mode 100644
index 000000000000..7ce69fd8e151
--- /dev/null
+++ b/nnrss.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=nano nano rss service
+After=network.target
+
+[Service]
+Type=simple
+WorkingDirectory=/var/lib/nnrss
+User=nnrss
+Restart=always
+ExecStart=/usr/bin/gunicorn nnrss:APP -b unix:/tmp/nnrss.sock
+
+[Install]
+WantedBy=multi-user.target