This repository has been archived on 2024-02-15. You can view files and clone it, but cannot push or open issues or pull requests.
webseite-krautspace/etc/systemd/calendar-events-exporter.service
2023-10-19 23:29:05 +02:00

13 lines
263 B
Desktop File

[Unit]
Description=Dumps calendar events from nextcloud into usable json
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/bash /var/www/kraut.space/bin/calendar-events-exporter.sh
User=www-data
Group=www-data
WorkingDirectory=/var/www/kraut.space