[arch-general] Configure a console font without initrd
Paul Gideon Dann
pdgiddie at gmail.com
Thu Feb 21 06:08:56 EST 2013
On Wednesday 20 Feb 2013 23:28:46 Martín Cigorraga wrote:
> [Unit]
> Description=/etc/rc.local Compatibility
> ConditionPathExists=/etc/rc.local
>
> [Service]
> Type=forking
> ExecStart=/etc/rc.local
>
> [Install]
> WantedBy=default.target
> Alias=rc-local.service
Wouldn't Type=oneshot (+ optionally RemainAfterExit=true) be more appropriate
for a script that is run once at boot? Type=forking should also specify a
PIDFile.
Paul
More information about the arch-general
mailing list