krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

v1.3: skunkyart.example.openrc · raw

 1#!/sbin/openrc-run
 2name="SkunkyArt"
 3description="Privacy frontend for deviantart.com"
 4supervisor=supervise-daemon
 5command=<path_to_skunkyart>
 6command_args="-c <path_to_config>"
 7directory="<path_to_dir_with_skunkyart>"
 8
 9depend() {
10	need net
11}