1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00
Files
commento/etc/linux-systemd/commento-ce.service
2018-06-09 12:58:11 +02:00

15 lines
409 B
Desktop File

[Unit]
Description=Commento-CE daemon service
After=network.target postgresql.service
[Service]
Type=simple
ExecStart=/usr/bin/commento-ce
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-ce
[Install]
WantedBy=multi-user.target