summaryrefslogtreecommitdiff
path: root/doc/forum/installing_apt_packages_without_running_new_services/comment_1_7c64eb0d72d9f84ecc62136b0367ef3d._comment
blob: 41fa4078c23020b8e29f9111b0da20fdfd4aff94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2018-12-01T21:39:14Z"
 content="""
One way is to enable Propellor.Property.Service.noServices
during the install and revert it afterwards, but that does prevent any
services being started while it's enabled.

I don't know of a very good way to do this on a Debian system. If you can
find one, I'm sure propellor can use it.

It might be possible, when systemd is used, to first apply
Propellor.Property.Systemd.disabled on the service that has not been
installed yet. I have not checked if that works.
"""]]