everywhere: remove -ce suffix

This commit is contained in:
Adhityaa Chandrasekar
2018-12-28 12:41:45 -05:00
parent 5aa3bc86eb
commit 02615088ff
8 changed files with 54 additions and 54 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Commento daemon service
After=network.target postgresql.service
[Service]
Type=simple
ExecStart=/usr/bin/commento
Environment=COMMENTO_ORIGIN=https://commento.example.com
Environment=COMMENTO_PORT=8080
Environment=COMMENTO_POSTGRES=postgres://commento:commento@db:5432/commento?sslmode=disable
Environment=COMMENTO_STATIC=/usr/share/commento
[Install]
WantedBy=multi-user.target