* Initailize aws support * Add README for the VM server * Refactor OSWorld for supporting more cloud services. * Initialize vmware and aws implementation v1, waiting for verification * Initlize files for azure, gcp and virtualbox support * Debug on the VMware provider * Fix on aws interface mapping * Fix instance type * Refactor * Clean * hk region; debug * Fix lock * Remove print * Remove key_name requirements when allocating aws vm * Clean README --------- Co-authored-by: XinyuanWangCS <xywang626@gmail.com>
17 lines
302 B
Desktop File
17 lines
302 B
Desktop File
[Unit]
|
|
Description=OSWorld Server
|
|
StartLimitIntervalSec=60
|
|
StartLimitBurst=4
|
|
After=network.target auditd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python3 /home/user/main.py
|
|
User=user
|
|
WorkingDirectory=/home/user
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
Environment="DISPLAY=:1"
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|