7 lines
181 B
Bash
Executable File
7 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
systemctl stop incus.service
|
|
systemctl stop incus.socket
|
|
systemctl stop incus-user.service
|
|
systemctl stop incus-user.socket
|
|
systemctl stop incus-startup.service
|