[arch-general] systemd script at boot?
jsteel
mail at jsteel.org
Sun Jul 29 06:04:37 EDT 2012
On 29 July 2012 00:26, Leonardo Dagnino <leodag.sch at gmail.com> wrote:
> You can create a service that runs your shell script at boot.
> I think it would be something like this:
>
> /etc/systemd/system/a-name-you-want.service
>
> [Unit]
> Description=a-name-you-want
>
> [Service]
> ExecStart=/path-to-your-script
>
> [Install]
> WantedBy=multi-user.target
Perfect, thanks!
jsteel
More information about the arch-general
mailing list