Coder Social home page Coder Social logo

wsl-autostart's Issues

does this commands.txt support systemd?

does this commands.txt support systemd?
eg:
my systemd service is pm2-user.service
to start custom service:

sudo systemctl start pm2-user.service

the systemd conf file path:

/etc/systemd/system/pm2-user.service

content:

[Unit]
Description=PM2 process manager
Documentation=https://pm2.keymetrics.io/
After=network.target

[Service]
Type=forking
User=user
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
Environment=PATH=/usr/local/go/bin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
Environment=PM2_HOME=/home/user/.pm2
PIDFile=/home/user/.pm2/pm2.pid
Restart=on-failure

ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill

[Install]
WantedBy=multi-user.target

how to set the commands.txt file for this?

README.md may include instructions to use windows admin tools instead of modifying registry

The README.md suggests an installation that modify the windows registry. Instead of that option, it is possible to configure Windows 10 to run a program when the computer starts using a startup policy or a scheduled task using administrative tools.

  • Using gpedit.msc, it is possible to define a program that run when the computer starts
    • Note that the configured program will run as the SYSTEMuser.
  • Using taskschd.msc, it is possible to schedule a task after the startup of the computer.
    • You may configure which user will run the program, a delay before run and a number of retries.
    • the same taskschd.msc program will show a specific log regarding the execution of the task

In addition, note that the scheduled task can be created programmatically using Powershell. An user may run a .ps1 script to installs the wsl-autostart as a scheduled task very easily.

Switch from "wsl sudo" to "wsl -u root"

The wsl command lets you specify what "Linux" user will be used to run a command. Rather then setting up sudo, why not just use "wsl -u root" in your control.bat file?

Windows scheduler ubuntu autostart

I've added ubuntu2004.exe to Scheduler (after user login).
It starts fine. But I have a UAC popup:

Do you want to allow this app to make changes to your device?
C:\work\wsl-autostart\control.bat

How to fix this? I've seen a similar thread. But I think it addresses not control.bat but something else.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.