distribution/packages/tools/entware/system.d/entware.service

16 lines
358 B
SYSTEMD
Raw Normal View History

2022-02-05 14:23:32 +00:00
[Unit]
Description=Entware service
After=systemd-tmpfiles-setup.service network-online.target
Before=kodi.service
Requires=network-online.target
ConditionPathExists=/opt/etc/init.d/rc.unslung
[Service]
Type=oneshot
ExecStart=/opt/etc/init.d/rc.unslung start
ExecStop=/opt/etc/init.d/rc.unslung stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target