diff options
Diffstat (limited to 'contrib/osx/StartupParameters.plist')
-rw-r--r-- | contrib/osx/StartupParameters.plist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/osx/StartupParameters.plist b/contrib/osx/StartupParameters.plist new file mode 100644 index 0000000000..0537b435dc --- /dev/null +++ b/contrib/osx/StartupParameters.plist @@ -0,0 +1,13 @@ +{ + Description = "Tor"; + Provides = ("tor"); + Requires = ("Network"); + Uses = ("Network"); + OrderPreference = "Last"; + Messages = + { + start = "Starting Tor"; + stop = "Stopping Tor"; + }; +} + |