ansible/roles/etherpad/templates/etherpad.service
2024-01-07 14:32:03 +01:00

17 lines
272 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
Environment="NODE_ENV=production"
[Install]
WantedBy=multi-user.target