Skip to content

Commit e216a51

Browse files
authoredNov 25, 2023
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.
1 parent e9229ad commit e216a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎res/lactd.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ After=multi-user.target
66
ExecStart=lact daemon
77

88
[Install]
9-
WantedBy=graphical.target
9+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)