1006af4232
This covers things like installing globbed package names from multiple
repos, pinned package versions, and ltmpl functions
Related: rhbz#1548586
(cherry picked from commit a4783ba29f
)
5 lines
170 B
Cheetah
5 lines
170 B
Cheetah
<%page />
|
|
mkdir /etc/systemd/system/
|
|
append /etc/systemd/system/foo.service "[unit]\nDescription=foo\n[Install]\nWantedBy=multi-user.target"
|
|
systemctl enable foo.service
|