Skip to content

Commit

Permalink
Merge pull request kmonad#697 from nharward/master
Browse files Browse the repository at this point in the history
systemd.unit support for filenames with hyphens
  • Loading branch information
slotThe committed May 27, 2023
2 parents 3aa2f52 + d5346ec commit 97ac050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion startup/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Description=kmonad keyboard config
[Service]
Restart=always
RestartSec=3
ExecStart=/usr/bin/kmonad %E/kmonad/config.kbd
ExecStart=/usr/bin/kmonad %E/kmonad/%i.kbd
Nice=-20

[Install]
DefaultInstance=config
WantedBy=default.target

0 comments on commit 97ac050

Please sign in to comment.