02-19-2021, 01:51 AM
(This post was last modified: 02-21-2021, 09:58 AM by Veraendert.)
Code:
sudo nano /etc/systemd/system/harbour-amazfish.service
Code:
[Unit]
Description=Amazfish daemon
After=graphical.target
[Service]
ExecStart=/usr/bin/harbour-amazfishd
Restart=always
RestartSec=5
Environment=HOME=%h XDG_CONFIG_HOME=/home/%u/.config DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/bus XDG_RUNTIME_DIR=/run/user/%U
[Install]
WantedBy=default.target
In theory, this should work. But then again it doesn't. Does anyone have any idea why?