Files
openlan/dist/rootfs/usr/lib/systemd/system/openceci-http@.service
Daniel Ding f84a338bad
Some checks are pending
Coverage CI / build (push) Waiting to run
CodeQL / Analyze (go) (push) Waiting to run
Ubuntu CI / build (push) Waiting to run
fix: service: openceci for name.
2025-04-17 20:14:27 +08:00

14 lines
295 B
Desktop File
Executable File

[Unit]
Description=Open Cecilia daemon for HTTP %I
After=network.target
[Service]
Type=notify
LimitNOFILE=102400
EnvironmentFile=/etc/sysconfig/openlan/ceci.cfg
ExecStart=/usr/bin/openceci -mode http $OPTIONS -conf /etc/openlan/http/%i.yaml
Restart=always
[Install]
WantedBy=multi-user.target