proxmox-scripts/systemd_files/snowflake.service

18 lines
360 B
SYSTEMD
Raw Normal View History

2022-10-09 17:34:08 +00:00
[Unit]
Description=Snowflake
Wants=network.target
After=syslog.target network-online.target
StartLimitIntervalSec=300
StartLimitBurst=10
[Service]
Type=simple
ExecStart=/home/snowflake/snowflake/proxy/proxy -log /home/snowflake/snowflake.log
Restart=on-failure
RestartSec=5
KillMode=process
User=snowflake
Group=snowflake
[Install]
WantedBy=multi-user.target