dotfiles/home/.config/systemd/user/elephant.service

15 lines
350 B
Desktop File

[Unit]
Description=Elephant data provider and executor backend for application launchers
Documentation=https://github.com/abenz1267/elephant
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/elephant
Restart=on-failure
Slice=session-graphical.slice
[Install]
WantedBy=graphical-session.target