ExecStart=/usr/bin/dotnet /var/www/helloapp/helloapp.dll
sudo systemctl daemon-reloadsudo systemctl start eval.service eval.timersudo systemctl enable eval.service eval.timersudo systemctl status eval.service eval.timer
[Unit]
Description=Eval resetter
[Service]
Type=simple
ExecStart=/bin/bash '/usr/bin/eval'
[Install]
WantedBy=multi-user.target[Unit]
Description=Execute eval one a month
[Timer]
OnCalendar=monthly
Unit=eval.service
Persistent=true
[Install]
WantedBy=multi-user.target