src.nth.io/

summaryrefslogtreecommitdiff
path: root/writefreely/templates/writefreely.service.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-05-03 12:57:47 -0500
committerLuke Hoersten <[email protected]>2020-05-03 12:57:47 -0500
commit6226b1632a1bae8cce7dcbc10e759cea5b53ec72 (patch)
tree5c98fea0f408e93d2d42dc38a4bc3f23bfeaadd1 /writefreely/templates/writefreely.service.j2
parent840fecf2edf2d94f380017a7e5f197e4bf72bb35 (diff)
Completed writefreely role
Diffstat (limited to 'writefreely/templates/writefreely.service.j2')
-rw-r--r--writefreely/templates/writefreely.service.j211
1 files changed, 0 insertions, 11 deletions
diff --git a/writefreely/templates/writefreely.service.j2 b/writefreely/templates/writefreely.service.j2
deleted file mode 100644
index 0515872..0000000
--- a/writefreely/templates/writefreely.service.j2
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=WriteFreely %I Instance
-After=syslog.target network.target
-
-[Service]
-WorkingDirectory=/run/writefreely/%i
-ExecStart=/usr/local/bin/writefreely -c /etc/writefreely/%i.conf
-Restart=always
-
-[Install]
-WantedBy=multi-user.target