Files
openlan/dist/rootfs/usr/lib/systemd/system/openlan-access@.service
Daniel Ding 269ed244c0
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: rename point to access.
2025-03-21 23:12:06 +08:00

13 lines
277 B
Desktop File
Executable File

[Unit]
Description=OpenLAN 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/%i.json
Restart=always
[Install]
WantedBy=multi-user.target