tweak: add nginx file & systemd, as well as own site

This commit is contained in:
Nuño Sempere 2022-11-08 14:53:04 +00:00
parent 43a70279b6
commit d2d02e999f
3 changed files with 60 additions and 0 deletions

21
scripts/dumb.service Normal file
View file

@ -0,0 +1,21 @@
[Unit]
Description=ListMonk
Documentation=https://github.com/rramiachraf/dumb
After=system.slice multi-user.target postgresql.service network.target
[Service]
User=git
Type=simple
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=listmonk
WorkingDirectory=/etc/dumb
ExecStart=/etc/dumb/dumb
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target