src.nth.io/

summaryrefslogtreecommitdiff
path: root/writefreely/server/templates/[email protected]
blob: bf0d03b4c49b516135217b17b9afe2b4f390508d (plain)
1
2
3
4
5
6
7
8
9
10
11
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