9 lines
215 B
Desktop File
9 lines
215 B
Desktop File
[Unit]
|
|
Description=Software for cleaning the local database from time to time, to keep it from exploding
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'cosmicpi-dbcleaner'
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|