15 lines
289 B
Desktop File
15 lines
289 B
Desktop File
[Unit]
|
|
Description=gostock Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=2s
|
|
Environment="BSM_RuntimeMode=prod" "BSM_Prefix=/data/app/"
|
|
ExecStart=/data/app/gostock
|
|
WorkingDirectory=/data/app/
|
|
StandardOutput=file:/data/app/logs/gostock.log
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |