summaryrefslogtreecommitdiff
path: root/parabolaweb-reporead-inotify.service
diff options
context:
space:
mode:
Diffstat (limited to 'parabolaweb-reporead-inotify.service')
-rw-r--r--parabolaweb-reporead-inotify.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/parabolaweb-reporead-inotify.service b/parabolaweb-reporead-inotify.service
new file mode 100644
index 0000000..243fce7
--- /dev/null
+++ b/parabolaweb-reporead-inotify.service
@@ -0,0 +1,11 @@
+[Unit]
+Requires=postgresql.service
+After=postgresql.service
+Description=ParabolaWeb reporead_inotify daemon
+
+[Service]
+Type=simple
+ExecStart=/usr/sbin/parabolaweb-reporead-inotify
+
+[Install]
+WantedBy=multi-user.target