mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-10 13:42:20 +00:00
18 lines
360 B
SYSTEMD
18 lines
360 B
SYSTEMD
|
[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
|