forked from pool/appimaged
Adrian Schröter
765301686e
- use current repo as source - changed service to default.target OBS-URL: https://build.opensuse.org/request/show/921676 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/appimaged?expand=0&rev=8
13 lines
179 B
Desktop File
13 lines
179 B
Desktop File
[Unit]
|
|
Description=AppImage daemon
|
|
After=basic.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/appimaged
|
|
Restart=always
|
|
RestartSec=5s
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=default.target
|