18 lines
No EOL
665 B
Desktop File
18 lines
No EOL
665 B
Desktop File
# The systemd unit for running helperbot via systemd
|
|
# Automatically ran using timer services, ensure that body daily@.timer and 3days@.timer are also in /etc/systemd/systemd
|
|
# Then do sudo systemctl daemon-reload
|
|
#
|
|
# Enable as so:
|
|
# sudo systemctl enable {3days|daily}@helperbot@{<argument>}.timer
|
|
#
|
|
# For example, to create and start immediately:
|
|
# sudo systemctl enable --now 3days@helperbot@--docker-cleanup.timer
|
|
# sudo systemctl enable --now 3days@helperbot@--vacuum.timer
|
|
# sudo systemctl enable --now daily@helperbot@--backup.timer
|
|
|
|
[Unit]
|
|
Description=Synth.Download helperbot maintenance script
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/helperbot %i |