13 lines
265 B
SYSTEMD
13 lines
265 B
SYSTEMD
|
[Unit]
|
||
|
Description=AniNIX/Yggdrasil | Sort shows
|
||
|
|
||
|
[Service]
|
||
|
ExecStartPre=/usr/local/bin/yggdrasil-unlock
|
||
|
ExecStart=/usr/local/bin/yggdrasil-sort-shows
|
||
|
ExecStartPost=/usr/local/bin/yggdrasil-lock
|
||
|
KillMode=process
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=no
|
||
|
User=root
|
||
|
Group=root
|