1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

remved StartPre and StopPost from systemd service files

This commit is contained in:
Avinash Pandey 2023-09-22 10:37:40 +05:30
parent a3f3cb6260
commit 4affeb24cb

View file

@ -5,11 +5,7 @@ After=dbus.socket
[Service]
Type=simple
ExecStartPre=-/usr/bin/systemctl stop ap.service
ExecStartPre=-/usr/bin/systemctl stop NetworkManager.service
ExecStart=/usr/bin/miracle-wifid
ExecStopPost=-/usr/bin/systemctl start NetworkManager.service
ExecStopPost=-/usr/bin/systemctl start ap.service
Restart=always
User=root