Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions i2samp.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ def main():
Description=Invoke aplay from /dev/zero at system start.

[Service]
Restart=on-failure
RestartSec=5s

ExecStart=/usr/bin/aplay -D default -t raw -r 44100 -c 2 -f S16_LE /dev/zero

[Install]
Expand Down