mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
342 B
Desktop File
13 lines
342 B
Desktop File
[Unit]
|
|
Description=MediaTomb Daemon using MariaDB
|
|
After=mysqld.target network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/conf.d/mediatomb
|
|
ExecStart=/usr/bin/mediatomb -p $MT_PORT -u $MT_USER -g $MT_GROUP \
|
|
-P $MT_PIDFILE -l $MT_LOGFILE -m $MT_HOME -f $MT_CFGDIR $MT_OPTIONS
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|