Skip to content

Commit

Permalink
feat: added very simple systemd unit for non-nixos computers
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Apr 5, 2024
1 parent d39dd06 commit e53e2fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions systemd/battery-notifier.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=A very useful battery notifier for window managers

[Service]
ExecStart=battery-notifier
Restart=on-failure
Type=simple

[Install]
WantedBy=default.target

0 comments on commit e53e2fc

Please sign in to comment.