All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.robozonky.cli.configuration.scripts.robozonky-systemd.service.ftl Maven / Gradle / Ivy

There is a newer version: 6.4.1
Show newest version
[Unit]
Description=RoboZonky: Automated Zonky.cz investing robot
After=network.target

[Service]
User=${data.uid}
Group=${data.gid}
Restart=always
WorkingDirectory=${data.pwd}
ExecStart=${data.script}
ExecStop=

[Install]
WantedBy=multi-user.target




© 2015 - 2024 Weber Informatics LLC | Privacy Policy