Files
license/deploy/ops-licence.service
2026-07-31 18:27:53 +08:00

13 lines
241 B
Desktop File

[Unit]
Description=Ops Licence Service
After=network.target
[Service]
Type=simple
WorkingDirectory=/data/app
ExecStart=/data/app/ops-licence serve --config /data/app/etc/license.yaml
Restart=on-failure
[Install]
WantedBy=multi-user.target