15 lines
348 B
Text
15 lines
348 B
Text
|
|
[Unit]
|
||
|
|
Description=Dendrite Service
|
||
|
|
After=network.target
|
||
|
|
StartLimitIntervalSec=0
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
Restart=always
|
||
|
|
RestartSec=1
|
||
|
|
User={{ butter_user }}
|
||
|
|
ExecStart=/home/{{ butter_user }}/dendrite/bin/dendrite --config /home/{{ butter_user }}/dendrite/butterbox-dendrite.conf -really-enable-open-registration
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|