Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
fix sleep in service, add execstartpre to kill dwmst
Browse files Browse the repository at this point in the history
  • Loading branch information
Unia committed Oct 11, 2013
1 parent 57869c4 commit 2f8fdb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ After=suspend.target
User=%I
Type=simple
Environment=DISPLAY=:0
ExecStart=/usr/bin/sleep 3s && /usr/bin/dwmst
ExecStartPre=/usr/bin/killall dwmst
ExecStart=/usr/bin/sleep 3 ; /usr/bin/dwmst

[Install]
WantedBy=suspend.target

0 comments on commit 2f8fdb2

Please sign in to comment.