rework a bit

This commit is contained in:
2024-11-07 07:32:03 +05:00
parent ac972bbedc
commit feda8cc7a1
19 changed files with 63 additions and 58 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/sh
if [ -L "/var/jb" ]; then
launchctl load /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load /var/jb/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist
else
launchctl load /Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load /Library/LaunchDaemons/ru.mostmodest.screendumpd.plist
fi
exit 0;

View File

@@ -1,9 +1,9 @@
#!/bin/sh
if [ -L "/var/jb" ]; then
launchctl unload /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl unload /var/jb/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist
else
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl unload /Library/LaunchDaemons/ru.mostmodest.screendumpd.plist
fi
exit 0;

View File

@@ -1,9 +1,9 @@
#!/bin/sh
if [ -L "/var/jb" ]; then
launchctl unload /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl unload /var/jb/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist
else
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl unload /Library/LaunchDaemons/ru.mostmodest.screendumpd.plist
fi
exit 0;

View File

@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.julioverne.screendumpd</string>
<string>ru.mostmodest.screendumpd</string>
<key>ProgramArguments</key>
<array>
<string>/var/jb/usr/libexec/screendumpd</string>