mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
14 lines
295 B
Desktop File
Executable File
14 lines
295 B
Desktop File
Executable File
[Unit]
|
|
Description=Open Cecilia daemon for HTTP %I
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
LimitNOFILE=102400
|
|
EnvironmentFile=/etc/sysconfig/openlan/ceci.cfg
|
|
ExecStart=/usr/bin/openceci -mode http $OPTIONS -conf /etc/openlan/http/%i.yaml
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|