added listmonk
This commit is contained in:
16
listmonk/listmonk.service
Normal file
16
listmonk/listmonk.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Listmonk mailing list and newsletter manager
|
||||
Wants=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/usr/share/listmonk
|
||||
ExecStart=/usr/bin/listmonk --config /etc/listmonk/config.toml
|
||||
User=listmonk
|
||||
Group=listmonk
|
||||
Restart=on-failure
|
||||
LimitNOFILE=65536
|
||||
TasksMax=infinity
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user