Files

41 lines
1.1 KiB
Django/Jinja
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.a13labs.code-server</string>
<key>UserName</key>
<string>{{ macos_dev_station_service_user }}</string>
<key>WorkingDirectory</key>
<string>{{ macos_dev_station_workspace_dir }}</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>{{ macos_dev_station_scripts_dir }}/start-ide.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>{{ macos_dev_station_logs_dir }}/code-server.log</string>
<key>StandardErrorPath</key>
<string>{{ macos_dev_station_logs_dir }}/code-server.err.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>{{ macos_dev_station_path }}</string>
<key>PASSWORD</key>
<string>{{ macos_dev_station_code_server_password }}</string>
</dict>
</dict>
</plist>