mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-09 21:22:20 +00:00
18 lines
360 B
Desktop File
18 lines
360 B
Desktop File
[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 |