Skip to content

Commit

Permalink
feat: add hack to automount all network shares
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Oct 29, 2023
1 parent 3a81c1c commit 7941db3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/files/usr/etc/systemd/system/mount-on-boot.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Hack to mount all network shares automagically.
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=mount -a

[Install]
WantedBy=multi-user.target
5 changes: 5 additions & 0 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ modules:
- rescrobbled.sh
- signing.sh

- type: systemd
system:
enabled:
- mount-on-boot.service

- type: fonts
fonts:
nerd-fonts:
Expand Down

0 comments on commit 7941db3

Please sign in to comment.