Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
mxstartup/mxstartup-systemd.service
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14 lines (12 sloc)
329 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Mariux mxstartup systemd | |
After=mxstartup-mxvip.service mxmount.service | |
Requires=mxstartup-mxvip.service mxmount.service | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/sbin/mxstartup.systemd start | |
ExecStop=/usr/sbin/mxstartup.systemd stop | |
RemainAfterExit=yes | |
StandardOutput=syslog | |
[Install] | |
WantedBy=multi-user.target |