blob: f450d1de5f690c8a01e1266065db5984e3a5b232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/linux/playit.service b/linux/playit.service
index 1f16474..9ed8ff5 100644
--- a/linux/playit.service
+++ b/linux/playit.service
@@ -5,7 +5,7 @@ Wants=network-pre.target
After=network-pre.target NetworkManager.service systemd-resolved.service
[Service]
-ExecStart=/opt/playit/playit --secret_wait --secret_path /etc/playit/playit.toml -l /var/log/playit/playit.log start
+ExecStart=/usr/bin/playit --secret_wait --secret_path /etc/playit/playit.toml -l /var/log/playit/playit.log start
Restart=on-failure
[Install]
|