Am 04.01.2019 um 13:15 schrieb H. Nikolaus Schaller hns@goldelico.com:
Hi Andreas,
Am 04.01.2019 um 12:57 schrieb Andreas Kemnade andreas@kemnade.info:
On Fri, 4 Jan 2019 09:56:42 +0100 "H. Nikolaus Schaller" hns@goldelico.com wrote:
Maybe someone can provide a phosh.service file so that I can add it to /etc/systemd/system/ in the letux-phosh.deb package.
There is already /lib/systemd/system/phosh.service
Ah, nice.
it just needs to be enabled.
which means to set a symlink
/etc/systemd/system/phosh.service -> /lib/systemd/system/phosh.service
after installing phosh. Right?
No...
This just makes a tty0 text console appear after reboot.
The right thing to do seems to be to simulate:
root@letux:~# systemctl enable phosh.service Created symlink /etc/systemd/system/graphical.target.wants/phosh.service -> /lib/systemd/system/phosh.service. root@letux:~#
BR, Nikolaus