15 lines
265 B
Desktop File
15 lines
265 B
Desktop File
[Unit]
|
|
Description=CLIProxyAPI Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/admin/cliproxyapi
|
|
ExecStart=/home/admin/cliproxyapi/cli-proxy-api
|
|
Restart=always
|
|
RestartSec=10
|
|
Environment=HOME=/home/admin
|
|
|
|
[Install]
|
|
WantedBy=default.target
|