mirror of
https://github.com/sqall01/LSMS.git
synced 2024-11-16 17:18:26 +01:00
added /run/systemd/system path
This commit is contained in:
parent
a4add863a4
commit
457eb0b078
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ except:
|
||||||
"/usr/local/lib/systemd/network",
|
"/usr/local/lib/systemd/network",
|
||||||
"/lib/systemd/system",
|
"/lib/systemd/system",
|
||||||
"/lib/systemd/user",
|
"/lib/systemd/user",
|
||||||
"/lib/systemd/network"]
|
"/lib/systemd/network",
|
||||||
|
"/run/systemd/system"]
|
||||||
|
|
||||||
|
|
||||||
def _get_system_unit_files() -> Dict[str, str]:
|
def _get_system_unit_files() -> Dict[str, str]:
|
||||||
|
|
Loading…
Reference in a new issue