ansible-torrent-server/templates/synapse.service.j2

12 lines
170 B
Plaintext
Raw Normal View History

2021-02-23 18:54:00 +01:00
[Unit]
Description=Synapse torrent server
Wants=network.target
[Service]
User=synapse
Group=synapse
ExecStart=/opt/synapse/synapse
[Install]
WantedBy=multi-user.target