blob: c2e298fca77d8d6638cdaf351082f39c1a2089a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Sundtek MediaTV Local Settings
After=sundtek.service
Wants=sundtek.service
[Service]
Type=oneshot
ExecStart=/bin/sleep 60 ; /usr/bin/mediaclient.video -c external
[Install]
WantedBy=multi-user.target
|