Files
openlan/dist/rootfs/usr/lib/systemd/system/openlan-access@.service
Daniel Ding 24789ae459
Some checks failed
Coverage CI / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
Ubuntu CI / build (push) Has been cancelled
fix: ceci service without LimitNOFILE
2025-03-26 19:34:32 +08:00

13 lines
265 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