mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-16 00:02:27 +00:00
Remove unneeded --no-display arg in gh-notify service (sysd imports DISPLAY)
This commit is contained in:
parent
924ac09370
commit
4d5c96a804
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Description="Show unread GitHub notifications"
|
|||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.local/bin/scripts/gui/gh-notification -nd -v
|
||||
ExecStart=%h/.local/bin/scripts/gui/gh-notification -v
|
||||
Type=oneshot
|
||||
RemainAfterExit=false
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Reference in a new issue