[Unit]
Description=OSTool Board Server
After=network.target
[Service]
Type=simple
User=root
Group=root
ExecStart=__BIN_PATH__ --config /etc/ostool-server/config.toml
Restart=on-failure
RestartSec=5
WorkingDirectory=/var/lib/ostool-server
PrivateTmp=true
StandardOutput=journal
StandardError=journal
SyslogIdentifier=ostool-server
[Install]
WantedBy=multi-user.target