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