ansible/roles/etherpad/templates/etherpad.service
2022-10-31 21:19:33 +01:00

16 lines
238 B
Desktop File

# Managed by Ansible
[Unit]
Description=Etherpad
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=10s
ExecStart=/opt/etherpad/src/bin/run.sh /var/log/etherpad.log
User=etherpad
[Install]
WantedBy=multi-user.target