Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

How to make systemd launch appimaged? #71

Open
P4prik4 opened this issue Mar 2, 2019 · 3 comments
Open

How to make systemd launch appimaged? #71

P4prik4 opened this issue Mar 2, 2019 · 3 comments
Labels
question Further information is requested

Comments

@P4prik4
Copy link

P4prik4 commented Mar 2, 2019

debian instruction not working. does one install node.js and pm2
and use pm2 startup ubuntu instead?

@probonopd
Copy link
Member

Can it be you are in the totally wrong project? appimaged has nothing to do with node.js.

@P4prik4
Copy link
Author

P4prik4 commented Mar 2, 2019

no im just not at all computer savy (hence why i like prefer using app images) and was looking at guides to make systemctl work in ubuntu since the command is in the install guide for debian based.
anyways search engines pointed to pm2.
thats what little i know

i'm using this instead:

git clone --recursive https://github.com/AppImage/appimaged/
cd appimaged/
mkdir build/
cd build/
cmake ..
make

seems to work, from hear how do I launch the application?

@probonopd
Copy link
Member

wget https://github.com/AppImage/appimaged/releases/download/continuous/appimaged-x86_64.AppImage
chmod +x ./appimaged-x86_64.AppImage
./appimaged-x86_64.AppImage --install

Then log out and log in again (or reboot).

@probonopd probonopd changed the title ubuntu does not use systemctl How to make systemd launch appimaged? Mar 2, 2019
@probonopd probonopd added the question Further information is requested label Mar 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants