Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
appimagelauncher / usr / lib / systemd / user / appimagelauncherfs.service
Size: Mime:
[Unit]
Description=AppImageLauncherFS daemon
Before=display-manager.service

[Service]
Type=exec
ExecStart=/usr/bin/appimagelauncherfs
Restart=always
RestartSec=2

[Install]
# multi-user.target etc. seem to be buggy on some systems, it may not even exist on some systems
# can be checked with systemctl --user list-units --type target
# default seems to work better -- thanks @smac89 for the hint
WantedBy=default.target