src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/writefreely/templates/writefreely.service.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-02-09 12:05:37 -0600
committerLuke Hoersten <[email protected]>2020-02-09 12:05:37 -0600
commit1cb30cc0aa4fda9bf0bac0b41ace862b1db434b8 (patch)
treee4b27462ba4b8b249bb5eaac4b4be0006ca0392c /roles/writefreely/templates/writefreely.service.j2
parent195a4a3fcf65bf47ecb1a0ea2a9fb070c18eb20f (diff)
Moved roles to top level
Diffstat (limited to 'roles/writefreely/templates/writefreely.service.j2')
-rw-r--r--roles/writefreely/templates/writefreely.service.j211
1 files changed, 0 insertions, 11 deletions
diff --git a/roles/writefreely/templates/writefreely.service.j2 b/roles/writefreely/templates/writefreely.service.j2
deleted file mode 100644
index 0515872..0000000
--- a/roles/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