Skip to content

Instantly share code, notes, and snippets.

View vbouchaud's full-sized avatar
🚣‍♂️

Vianney Bouchaud vbouchaud

🚣‍♂️
View GitHub Profile
[Unit]
Description=Create dynamic bg.svg in /tmp.
[Service]
User=nobody
Group=nobody
ExecStart=/usr/local/bin/dynbg.py /usr/local/etc/dynbg.svg /tmp/bg.svg
Restart=no
Type=oneshot