mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
16 lines
381 B
Desktop File
16 lines
381 B
Desktop File
[Unit]
|
|
Description=WebGrab+Plus
|
|
Documentation=http://www.webgrabplus.com/
|
|
After=network.target
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh /storage/.kodi/addons/service.webgrabplus/bin/webgrabplus.start
|
|
ExecStop=/usr/bin/systemctl stop webgrabplus.timer
|
|
ExecStop=/usr/bin/systemctl stop webgrabplus.service
|
|
RemainAfterExit=yes
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|