mirror of
https://github.com/luscis/openlan.git
synced 2025-10-10 11:00:11 +08:00
14 lines
260 B
Desktop File
Executable File
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
|