12 lines
214 B
Desktop File
Executable File
12 lines
214 B
Desktop File
Executable File
[Service]
|
|
Type=idle
|
|
WorkingDirectory=/usr/local/restproxy
|
|
ExecStart=/usr/local/restproxy/bin/restproxy -r 1 > /dev/null 2>&1 &
|
|
Restart=always
|
|
RestartSec=3
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|