diff options
Diffstat (limited to 'packaging/sound-server.service')
-rw-r--r-- | packaging/sound-server.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packaging/sound-server.service b/packaging/sound-server.service new file mode 100644 index 0000000..288cdbf --- /dev/null +++ b/packaging/sound-server.service @@ -0,0 +1,12 @@ +[Unit] +Description=Start the sound profile service + +[Service] +ExecStart=/usr/bin/sound_server -S +ExecStop=/usr/bin/sound_server --poweroff +Restart=always +RestartSec=0 +MemoryLimit=50M + +[Install] +WantedBy=tizen-system.target |