step two: rest of the fucking owl

This commit is contained in:
2025-04-30 21:01:24 -05:00
parent cc2e604cf4
commit a4b09eef06
5 changed files with 89 additions and 1 deletions

15
dinnerbell.service Normal file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=Dinnerbell Python script
After=network.target sound.target
[Service]
Type=simple
ExecStart=/usr/bin/dinnerbell --daemon --directory=${AUDIO_DIR}
Environment=AUDIO_DIR=/etc/dinnerbell/audio
Restart=on-failure
User=nobody
Group=nogroup
WorkingDirectory=/opt/dinnerbell/
[Install]
WantedBy=multi-user.target