Update petio-install.sh

Remove Line:
systemctl daemon-reload "as not needed"
This commit is contained in:
Sayed Ali Alawi 2024-06-06 15:11:14 +03:00 committed by GitHub
parent b03d0090b6
commit a9aaad1aa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,6 @@ User=petio
[Install]
WantedBy=multi-user.target
EOF
systemctl daemon-reload
systemctl enable -q --now petio.service
msg_ok "Created Service"