Files
openlan/dist/rootfs/usr/lib/systemd/system/openlan-ceci@.service
Daniel Ding 2b2b737e87
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
fea: add ceci service.
2025-01-02 10:53:55 +08:00

12 lines
234 B
Desktop File
Executable File

[Unit]
Description=OpenLAN Ceci daemon for %I
After=network.target
[Service]
Type=notify
ExecStart=/usr/bin/openlan-ceci $OPTIONS -conf /etc/openlan/switch/ceci/%i.yaml
Restart=always
[Install]
WantedBy=multi-user.target