mkdir -p ~/.config/systemd/user
nano ~/.config/systemd/user/fixmic.service
#Nano dan sonra açılan yere şunu yazın.
[Unit]
Description=Fix microphone capture level.
[Service]
ExecStart=/usr/bin/fish /home/%u/fixmic.fish
Restart=always
[Install]
WantedBy=default.target
#Sonra şu kodları yazın.
systemctl --user daemon-reload
systemctl --user enable --now fixmic.service
# arından bu kodu yazdığınızda active yazması lazım.
systemctl --user status fixmic.service