Ignore:
Timestamp:
Oct 1, 2017, 10:46:05 PM (7 years ago)
Author:
chronos
Message:
  • Added: Systemd service file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/postinst

    r873 r875  
    1818}
    1919
     20service_install() {
     21        mkdir -p /etc/systemd/system
     22        ln -sf ../../wowpreklad/wowpreklad.service /etc/systemd/system/wowpreklad.service
     23}
     24
    2025if [ "$1" = "configure" ]; then
    2126        apache_install $@
     27  service_install $@
    2228fi
    2329
Note: See TracChangeset for help on using the changeset viewer.