devconf/shell/.config/systemd/user/appimaged.service
2025-04-24 11:02:48 +02:00

17 lines
No EOL
290 B
Desktop File

[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