mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 13:13:26 +00:00
15 lines
249 B
SYSTEMD
15 lines
249 B
SYSTEMD
|
[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
|