8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Commands to be run before uninstall of the package
|
|
|
|
service_name=ac
|
|
|
|
systemctl disable $service_name
|