summaryrefslogtreecommitdiff
path: root/services/skunkyart.example.openrc
blob: d89d5b2705033589f970b656ff96ab36621d1c3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

directory=<path_to_dir_with_skunkyart>
# command_args="-c $directory/config.json" # if SA wasn't start, try to uncomment this line
command=$directory/skunkyart

name="SkunkyArt"
description="Privacy frontend for deviantart.com"
supervisor=supervise-daemon

depend() {
	need net
}