15 lines
310 B
Desktop File
15 lines
310 B
Desktop File
[Unit]
|
|
Description=FetchML Auto Cleanup Service
|
|
After=docker.service
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/Users/jfraeys/Documents/dev/fetch_ml/scripts/maintenance/cleanup.sh --dry-run
|
|
User=jfraeys
|
|
Group=staff
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|