mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
9 lines
215 B
Text
9 lines
215 B
Text
[Unit]
|
|
Description=ConfgenFS dotfiles
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=<% opt.system "which confgenfs" %> "<% opt.dev_dir %>/dotfiles/confgen.lua" "<% os.getenv "HOME" %>/confgenfs"
|
|
|
|
[Install]
|
|
WantedBy=default.target
|