You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
485 B

[Unit]
Description=isso commenting system
After=system.slice multi-user.target postgresql.service
[Service]
ExecStart=/etc/isso/isso-start.sh
Restart=on-failure
TimeoutSec=1
User=git
LimitNOFILE=16384
LimitNPROC=16384
LimitLOCKS=16384
# ensures that the service process and all its children can never gain new
# privileges.
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target
## taken from: <https://blog.phusion.nl/2018/08/16/isso-simple-self-hosted-commenting-system/>