diff --git a/shell/.config/systemd/user/appimaged.service b/shell/.config/systemd/user/appimaged.service new file mode 100644 index 0000000..f8be3de --- /dev/null +++ b/shell/.config/systemd/user/appimaged.service @@ -0,0 +1,17 @@ +[Unit] +Description=AppImage system integration daemon +After=syslog.target network.target + +[Service] +Type=simple +ExecStart=/home/leon/Downloads/appimaged-869-x86_64.AppImage + +LimitNOFILE=65536 + +RestartSec=3 +Restart=always + +Environment=LAUNCHED_BY_SYSTEMD=1 + +[Install] +WantedBy=default.target \ No newline at end of file