15 lines
349 B
Text
15 lines
349 B
Text
|
[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
|