chore(polybar): ollama is now --user systemd unit
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/dash
|
#!/usr/bin/dash
|
||||||
if systemctl is-active ollama >/dev/null; then
|
if systemctl --user is-active ollama >/dev/null; then
|
||||||
echo 'ol'
|
echo 'ol'
|
||||||
else
|
else
|
||||||
echo ''
|
echo ''
|
||||||
|
Reference in New Issue
Block a user