diff options
Diffstat (limited to 'skunkyart.example.openrc')
| -rwxr-xr-x | skunkyart.example.openrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/skunkyart.example.openrc b/skunkyart.example.openrc new file mode 100755 index 0000000..aba74ce --- /dev/null +++ b/skunkyart.example.openrc @@ -0,0 +1,11 @@ +#!/sbin/openrc-run +name="SkunkyArt" +description="Privacy frontend for deviantart.com" +supervisor=supervise-daemon +command=<path_to_skunkyart> +command_args="-c <path_to_config>" +directory="<path_to_dir_with_skunkyart>" + +depend() { + need net +}
\ No newline at end of file |
