Add appimaged unit
This commit is contained in:
parent
8cd0880733
commit
7cac7b27ae
1 changed files with 17 additions and 0 deletions
17
shell/.config/systemd/user/appimaged.service
Normal file
17
shell/.config/systemd/user/appimaged.service
Normal file
|
@ -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
|
Loading…
Reference in a new issue