commento/etc/linux-systemd/commento.service

15 lines
400 B
SYSTEMD
Raw Normal View History

[Unit]
2018-12-29 01:41:45 +08:00
Description=Commento daemon service
After=network.target postgresql.service
[Service]
Type=simple
2018-12-29 01:41:45 +08:00
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
2018-12-29 01:41:45 +08:00
Environment=COMMENTO_STATIC=/usr/share/commento
[Install]
WantedBy=multi-user.target