blob: f3b2be4d6e89a6c29b1f674da4e545ad7f353188 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/execlineb -P
envfile /etc/s6-rc/config/user.conf
importas -iu lat LAT
importas -iu lon LON
#redirfd -w 1 /dev/null
#redirfd -w 2 /dev/null
runas /usr/bin/wlsunset -l ${lat} -L ${lon}
|