Files
openlan/dist/rootfs/usr/lib/systemd/system/openlan-proxy.service
2023-04-09 22:30:25 +08:00

14 lines
260 B
Desktop File
Executable File

[Unit]
Description=OpenLAN Proxy daemon
After=network.target
[Service]
Type=notify
EnvironmentFile=/etc/sysconfig/openlan/proxy.cfg
ExecStart=/usr/bin/openlan-proxy $OPTIONS
LimitNOFILE=102400
Restart=always
[Install]
WantedBy=multi-user.target