mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-06 14:27:37 +03:00
tweak: add nginx file & systemd, as well as own site
This commit is contained in:
parent
43a70279b6
commit
d2d02e999f
3 changed files with 60 additions and 0 deletions
21
scripts/dumb.service
Normal file
21
scripts/dumb.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue