mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
03f8e0b3b3
This is used by SafeEyes (another home-manager) module to show a systemtray icon. See https://git.sr.ht/~steef/snixembed. Fixes #5728
14 lines
249 B
Desktop File
14 lines
249 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=/snixembed/bin/dummy
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Unit]
|
|
Before=safeeyes.service
|
|
Description=snixembed
|
|
PartOf=graphical-session.target
|
|
StartLimitBurst=10
|
|
StartLimitIntervalSec=100
|