summarylogtreecommitdiffstats
path: root/gstd.service
blob: 59f6e1c2e976b83abdd7e6a596231fe0d68860f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=GStreamer Daemon (User Service)
After=graphical-session.target pipewire.socket pulseaudio.socket
PartOf=graphical-session.target

[Service]
Type=simple
EnvironmentFile=-/etc/conf.d/gstd
ExecStart=/usr/bin/gstd $GSTD_OPTS
ExecStop=/usr/bin/pkill -f "/usr/bin/gstd"
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=graphical-session.target