src.nth.io/

summaryrefslogtreecommitdiff
path: root/writefreely/templates/writefreely.service.j2
blob: 0515872c7c533fa864f850ccf9c0557692f7227b (plain)
1
2
3
4
5
6
7
8
9
10
11
[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