Initial commit
This commit is contained in:
parent
efe2374c19
commit
70ecff8caf
6 changed files with 104 additions and 0 deletions
15
templates/matrixmailer.service.j2
Normal file
15
templates/matrixmailer.service.j2
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=matrixmailer - Send e-mail to [matrix]
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart={{ matirxmailer_binary_location }} {{ matrixmailer_config_dir }}/config.yaml
|
||||
Restart=always
|
||||
RestartSec=1s
|
||||
User={{ matrixmailer_system_user }}
|
||||
Group={{ matrixmailer_system_group }}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue