src.nth.io/

summaryrefslogtreecommitdiff
path: root/writefreely/templates/[email protected]
diff options
context:
space:
mode:
Diffstat (limited to 'writefreely/templates/[email protected]')
-rw-r--r--writefreely/templates/[email protected]12
1 files changed, 12 insertions, 0 deletions
diff --git a/writefreely/templates/[email protected] b/writefreely/templates/[email protected]
new file mode 100644
index 0000000..bf0d03b
--- /dev/null
+++ b/writefreely/templates/[email protected]
@@ -0,0 +1,12 @@
+[Unit]
+Description=WriteFreely %I Instance
+After=syslog.target network.target
+
+[Service]
+WorkingDirectory={{writefreely_dir}}/%i/
+ExecStart=/usr/local/bin/writefreely
+Restart=always
+User={{writefreely_user}}
+
+[Install]
+WantedBy=multi-user.target