mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: set lactd to run without requiring graphical mode (#221)
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.
This commit is contained in:
committed by
GitHub
parent
e9229ad7b0
commit
e216a51237
@@ -6,4 +6,4 @@ After=multi-user.target
|
||||
ExecStart=lact daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user