#!/bin/bash

systemctl enable --now flag-switch.timer
systemd-tmpfiles --create

exit 0
