Files
chat_grid/deploy/systemd/chat-grid.service

14 lines
274 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Chat Grid signaling server
After=network.target
[Service]
Type=simple
# This file is a reference example.
# Use deploy/scripts/install_service.sh to generate an environment-specific unit.
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target