summaryrefslogtreecommitdiff
path: root/modules/shiori/files/shiori.service
diff options
context:
space:
mode:
Diffstat (limited to 'modules/shiori/files/shiori.service')
-rw-r--r--modules/shiori/files/shiori.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/shiori/files/shiori.service b/modules/shiori/files/shiori.service
deleted file mode 100644
index 6c8de29..0000000
--- a/modules/shiori/files/shiori.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Bookmark server
-
-[Service]
-User=shiori
-Environment=SHIORI_DIR=/var/www/shiori
-Environment=PORT=8080
-EnvironmentFile=-/etc/conf.d/shiori
-ExecStart=shiori serve -p $PORT
-Restart=always
-
-[Install]
-WantedBy=multi-user.target