solution pkg_list
This commit is contained in:
6
pkg_list.service
Normal file
6
pkg_list.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description = get installed packages list
|
||||
|
||||
[Service]
|
||||
Type = oneshot
|
||||
ExecStart = {{ pkg_list_command }} | sort > /root/pkg.list
|
||||
Reference in New Issue
Block a user