mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 12:19:02 +00:00
10 lines
159 B
SYSTEMD
10 lines
159 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Commit the package list into the dotfiles
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=%h/.local/bin/commit-pkglist
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|