File: dms.service

package info (click to toggle)
golang-github-anacrolix-dms 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 436 kB
  • sloc: xml: 19; sh: 19; makefile: 9
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Put this file in /home/USERNAME/.config/systemd/user/
#
# Enable this service with
# systemctl --user --now enable dms.service
[Unit]
Description=DMS UPnP Media Server

[Service]
ExecStart=/home/USERNAME/go/bin/dms -friendlyName DMS_Server -path /home/share/

[Install]
WantedBy=default.target