summarylogtreecommitdiffstats
path: root/zotonic.service
blob: a21c900389ad57bd425af19ac73818c298a6031b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Zotonic, a Web-CMS written in Erlang
After=network.target postgresql.service
Requires=network.target postgresql.service

[Service]
Type=forking
User=zotonic
TimeoutStartSec=600
ExecStart=/var/lib/zotonic/zotonic/bin/zotonic start
ExecStop=/var/lib/zotonic/zotonic/bin/zotonic stop

[Install]
WantedBy=multi-user.target