Files
openlan/dist/rootfs/usr/lib/systemd/system/openlan-access@.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

13 lines
269 B
Desktop File
Executable File

[Unit]
Description=Open Access daemon for %I
After=network.target
[Service]
Type=notify
EnvironmentFile=/etc/sysconfig/openlan/access.cfg
ExecStart=/usr/bin/openlan-access $OPTIONS -conf /etc/openlan/access/%i.yaml
Restart=always
[Install]
WantedBy=multi-user.target