Remove services as a whole and move to startup scripts

This commit is contained in:
realaltffour 2020-04-25 19:19:12 +03:00
parent 852e22a6aa
commit ab4b50bfb9
No known key found for this signature in database
GPG Key ID: 7115CD2AC9A76A56
3 changed files with 3 additions and 14 deletions

3
scripts/post-install.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
echo 'fixmydl' >> ~/.profile

View File

@ -1,4 +0,0 @@
#!/bin/sh
cp services/fixmydownloads.service /etc/systemd/system/fixmydownloads.service
systemctl enable fixmydownloads.service

View File

@ -1,10 +0,0 @@
[Unit]
Description=Simplest Downloads organizer
[Service]
Type=simple
ExecStart=/usr/local/bin/fixmydl
Restart=on-failure
RestartSec=10
KillMode=process
[Install]
WantedBy=multi-user.target