service path
[Unit]
Description=NewPOS dock
After=network.target
[Service]
Type=forking
User=tk3c
Group=tk3c
WorkingDirectory=/home/tk3c/
ExecStart=/home/tk3c/venv_mposkit/bin/python3 -m mposkit tk3c
TimeoutSec=infinity
[Install]
WantedBy=multi-user.target
Reload services
sudo systemctl daemon-reload
Enable the service
sudo systemctl enable pos-dock.service
Start the service
sudo systemctl start pos-dock.service
Check the status of your service
GIT: repo
Feb 21, 2025[toc] 裝置啟用 參考文件 登入 流程 api description
Apr 22, 2022系統架構圖 系統流程圖 綁定 @startuml txprocess |Dock| start :開啟USB偵測; if (偵測到接入) then (失敗)
Mar 14, 2022環境配置 測試環境 @startuml card Store_pilot as "總部" { card IDC as "97" { node PWA as "POS前端PWA server" { node Pilot as "Test [測試版本]" } }
Mar 14, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up