From 7e733fb63d1cb24d6fb04068fb9e883d44c937b5 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 23 Jan 2019 11:04:04 +0000 Subject: [PATCH] Add script to start spotify as another user --- spotify/.local/bin/spotify | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 spotify/.local/bin/spotify diff --git a/spotify/.local/bin/spotify b/spotify/.local/bin/spotify new file mode 100755 index 0000000..843a6b2 --- /dev/null +++ b/spotify/.local/bin/spotify @@ -0,0 +1,3 @@ +#!/bin/sh + +sudo -u spotify /usr/bin/spotify -- 2.45.2