Skip to content

Commit

Permalink
fix: set lactd to run without requiring graphical mode (#221)
Browse files Browse the repository at this point in the history
The lact daemon is usable in a command-line environment, since it
can be interfaced with via the command line. As it's useful in
headless setups, alter the systemd service unit to permit it.
  • Loading branch information
Conan-Kudo authored Nov 25, 2023
1 parent e9229ad commit e216a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/lactd.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ After=multi-user.target
ExecStart=lact daemon

[Install]
WantedBy=graphical.target
WantedBy=multi-user.target

0 comments on commit e216a51

Please sign in to comment.