summaryrefslogtreecommitdiff
path: root/google-compute-engine-oslogin.install
diff options
context:
space:
mode:
Diffstat (limited to 'google-compute-engine-oslogin.install')
-rw-r--r--google-compute-engine-oslogin.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/google-compute-engine-oslogin.install b/google-compute-engine-oslogin.install
index d942569..3f16607 100644
--- a/google-compute-engine-oslogin.install
+++ b/google-compute-engine-oslogin.install
@@ -13,9 +13,9 @@
# limitations under the License.
post_install() {
- systemctl enable --now google-oslogin-cache.timer
+ systemctl enable google-oslogin-cache.timer
}
pre_remove() {
- systemctl disable --now google-oslogin-cache.timer
+ systemctl disable google-oslogin-cache.timer
}